From 427af1b4b3379e505d065e18a559798f92f337cb Mon Sep 17 00:00:00 2001 From: Olivier Mangin Date: Wed, 27 Jan 2021 23:13:40 -0800 Subject: [PATCH] Use correct event name in workflow. --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 28dbaeb..af0312e 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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