Skip to content

Commit

Permalink
Fix nasa#1483, make sure job doesn't run if duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
pepepr08 committed May 28, 2021
1 parent d7026a6 commit 62a6835
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'

Local-Test-Build:
#Continue if check-for-duplicates found no duplicates. Always runs for pull-requests.
needs: check-for-duplicates
if: ${{ needs.check-for-duplicates.outputs.should_skip != 'true' }}
runs-on: ubuntu-18.04
timeout-minutes: 15

Expand Down

0 comments on commit 62a6835

Please sign in to comment.