Use correct event name in workflow.
This commit is contained in:
parent
d89cc30862
commit
427af1b4b3
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
matrix:
|
||||
os: [macos-latest, ubuntu-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: github.event_name == 'cron'
|
||||
if: github.event_name == 'schedule'
|
||||
|
||||
steps:
|
||||
- uses: actions/setup-python@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user