Skip to content

Commit

Permalink
IC:2021-04-20, Adds "if" to duplicate check
Browse files Browse the repository at this point in the history
  • Loading branch information
astrogeco committed Apr 22, 2021
1 parent bbd4335 commit 6b8233b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
build-usersguide:
# Name the Job
needs: checks-for-duplicates
if: ${{ needs.checks-for-duplicates.outputs.should_skip != 'true' }}
name: Users Guide
# Set the type of machine to run on
runs-on: ubuntu-18.04
Expand Down Expand Up @@ -156,6 +157,7 @@ jobs:
build-osalguide:
# Name the Job
needs: checks-for-duplicates
if: ${{ needs.checks-for-duplicates.outputs.should_skip != 'true' }}
name: Osal Guide
# Set the type of machine to run on
runs-on: ubuntu-18.04
Expand Down

0 comments on commit 6b8233b

Please sign in to comment.