Use correct event name in workflow.

main
Olivier Mangin 4 years ago
parent d89cc30862
commit 427af1b4b3
No known key found for this signature in database
GPG Key ID: D72FEC1C3120A884

@ -48,7 +48,7 @@ jobs:
matrix: matrix:
os: [macos-latest, ubuntu-latest] os: [macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
if: github.event_name == 'cron' if: github.event_name == 'schedule'
steps: steps:
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2

Loading…
Cancel
Save