From acdecbe1d416c060933da9ba936b1bcd8b4e023e Mon Sep 17 00:00:00 2001 From: Nikhil Narayana Date: Sat, 11 Dec 2021 15:11:34 -0800 Subject: [PATCH] ci: update names again --- .github/workflows/pr-build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index abb0fe336e..79dcfb27f3 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -112,8 +112,8 @@ jobs: path: "./artifact/" linux: - needs: skip_concurrent - if: ${{ needs.skip_concurrent.outputs.should_skip != 'true' }} + needs: skip_duplicates + if: ${{ needs.skip_duplicates.outputs.should_skip != 'true' }} strategy: fail-fast: false matrix: @@ -213,8 +213,8 @@ jobs: path: "./artifact/" macOS: - needs: skip_concurrent - if: ${{ needs.skip_concurrent.outputs.should_skip != 'true' }} + needs: skip_duplicates + if: ${{ needs.skip_duplicates.outputs.should_skip != 'true' }} strategy: fail-fast: false matrix: