From 401c5d8a6c22dd429b0c72ee7776dbe41986cd81 Mon Sep 17 00:00:00 2001 From: Maxwell Elliott Date: Sun, 28 Jan 2024 21:16:23 -0500 Subject: [PATCH] Update external target test This test can use primary branch in the target repo --- .github/workflows/integration_external_target.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_external_target.yml b/.github/workflows/integration_external_target.yml index 8f91ebd..c63219e 100644 --- a/.github/workflows/integration_external_target.yml +++ b/.github/workflows/integration_external_target.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v3 with: repository: tinder-maxwellelliott/bazel-diff-repro-1 - ref: wip_fix + ref: master fetch-depth: 0 - name: Run External Target Impact test run: ./bazel-diff.sh $(pwd) bazel $(git rev-parse HEAD~1) $(git rev-parse HEAD)