From fb20f4d24890fadc539505b1746d260504b213d0 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 8 Jun 2023 06:56:26 -0600 Subject: [PATCH] chore: fix bug with nx set shas (#1244) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 087d86b0b1b..145238831d5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1258,7 +1258,7 @@ jobs: main-branch-name: ${{ steps.branch-name.outputs.base_ref_branch }} workflow-id: 'test.yml' - name: Run changed-files with a custom base sha - if: github.event_name != 'push' && github.event.action != 'closed' && matrix.fetch-depth == 0 + if: github.event_name != 'push' && github.event.action != 'closed' && matrix.fetch-depth == 0 && steps.last_successful_commit.outputs.base != steps.last_successful_commit.outputs.head id: changed-files-custom-base-sha uses: ./ with: