From d9cb49063c110d030513e65917bec90895abd012 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sun, 22 Dec 2024 11:40:39 +0100 Subject: [PATCH] CI: Run actions/checkout also on scheduled events --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)