From 8c879f7909558516f8799bf814d1ad35b197039d Mon Sep 17 00:00:00 2001 From: David Booke Date: Tue, 29 Oct 2024 11:40:18 -0500 Subject: [PATCH] Add repo to checkout step so PR code is checked out to test adding new dbt unit test job --- .github/workflows/run_unit_tests_on_pr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/run_unit_tests_on_pr.yml b/.github/workflows/run_unit_tests_on_pr.yml index 74487761..f3947def 100644 --- a/.github/workflows/run_unit_tests_on_pr.yml +++ b/.github/workflows/run_unit_tests_on_pr.yml @@ -19,6 +19,7 @@ jobs: uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.head.sha }} + repository: ${{ github.event.pull_request.head.repo.full_name }} - uses: actions/setup-python@v1 with: @@ -47,6 +48,7 @@ jobs: uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.head.sha }} + repository: ${{ github.event.pull_request.head.repo.full_name }} - uses: actions/setup-python@v1 with: