Use correct event name in workflow.

This commit is contained in:
Olivier Mangin 2021-01-27 23:13:40 -08:00
parent d89cc30862
commit 427af1b4b3
No known key found for this signature in database
GPG Key ID: D72FEC1C3120A884

View File

@ -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