Skip to content

Commit

Permalink
CI: Run actions/checkout also on scheduled events
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 22, 2024
1 parent 0342e26 commit d9cb490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d9cb490

Please sign in to comment.