From a067918910f9aaea55102422986318f1eacf3c23 Mon Sep 17 00:00:00 2001 From: Gerda Shank Date: Mon, 29 Jul 2024 15:10:41 -0400 Subject: [PATCH] Tweak if for repository checkout --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index a77075ee6..699d45391 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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