Skip to content

Commit

Permalink
Tweak if for repository checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
gshank committed Jul 29, 2024
1 parent fa7aeeb commit ccd9d6f
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 @@ -99,7 +99,7 @@ jobs:

steps:
- name: Check out repository
if: github.event_name != 'workflow_dispatch' && github.event_name != 'workflow_call'
if: github.event_name == 'pull_request'|| github.event_name == 'push'
uses: actions/checkout@v4

- name: Check out the repository (workflow_dispatch)
Expand Down

0 comments on commit ccd9d6f

Please sign in to comment.