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 149dc06 commit a067918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ jobs:
DBT_TEST_USER_3: "buildbot+dbt_test_user_3@dbtlabs.com"

steps:
- name: Check out the repository
if: github.event_name != 'pull_request_target' && github.event_name != 'workflow_dispatch'
- name: Check out the repository (push)
if: github.event_name == 'push'
uses: actions/checkout@v4
with:
persist-credentials: false
Expand Down

0 comments on commit a067918

Please sign in to comment.