Skip to content

Commit 6b8233b

Browse files
authored
IC:2021-04-20, Adds "if" to duplicate check
1 parent bbd4335 commit 6b8233b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-documentation.yml

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
build-usersguide:
7474
# Name the Job
7575
needs: checks-for-duplicates
76+
if: ${{ needs.checks-for-duplicates.outputs.should_skip != 'true' }}
7677
name: Users Guide
7778
# Set the type of machine to run on
7879
runs-on: ubuntu-18.04
@@ -156,6 +157,7 @@ jobs:
156157
build-osalguide:
157158
# Name the Job
158159
needs: checks-for-duplicates
160+
if: ${{ needs.checks-for-duplicates.outputs.should_skip != 'true' }}
159161
name: Osal Guide
160162
# Set the type of machine to run on
161163
runs-on: ubuntu-18.04

0 commit comments

Comments
 (0)