diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 71a2097..54208a9 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -98,7 +98,7 @@ jobs: steps: - name: Check out repository - if: ${{ github.event_name == 'pull_request'|| github.event_name == 'push' }} + if: ${{ github.event_name == 'pull_request' || github.event_name == 'push' || github.event_name == 'schedule' }} uses: actions/checkout@v4 - name: Check out the repository (workflow_dispatch)