Skip to content

Commit

Permalink
ci: update names again
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana authored Dec 11, 2021
1 parent 8c602ce commit acdecbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit acdecbe

Please sign in to comment.