Skip to content

Commit

Permalink
Update python-package-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eredotpkfr authored Sep 23, 2023
1 parent e2718bd commit 0e85791
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/python-package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@

name: Test

on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: '0 0 1 * *'

jobs:
build:

runs-on: ubuntu-latest
strategy:
fail-fast: true
Expand All @@ -28,4 +31,4 @@ jobs:
- name: Package test
run: |
python tests/test.py
python tests/test.pyc

0 comments on commit 0e85791

Please sign in to comment.