Skip to content

Commit

Permalink
Merge pull request nasa#409 from ArielSAdamsNASA/fix-408-duplicate-bu…
Browse files Browse the repository at this point in the history
…ild-test-run

Fix nasa#408, Add Check Duplicate for Build, Test, and Run
  • Loading branch information
astrogeco authored Jan 21, 2022
2 parents 5e77eb3 + 6757e90 commit 031b0ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-cfs-deprecated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
build-cfs-omit-deprecated-false:
name: "[Deprecated] Build"
needs: check-for-duplicates
if: ${{ needs.check-for-duplicates.outputs.should_skip != 'true' }}
runs-on: ubuntu-18.04

strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-cfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
build-cfs-omit-deprecated-true:
name: Build
needs: check-for-duplicates
if: ${{ needs.check-for-duplicates.outputs.should_skip != 'true' }}
runs-on: ubuntu-18.04

strategy:
Expand Down

0 comments on commit 031b0ff

Please sign in to comment.