We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd4335 commit 6b8233bCopy full SHA for 6b8233b
.github/workflows/build-documentation.yml
@@ -73,6 +73,7 @@ jobs:
73
build-usersguide:
74
# Name the Job
75
needs: checks-for-duplicates
76
+ if: ${{ needs.checks-for-duplicates.outputs.should_skip != 'true' }}
77
name: Users Guide
78
# Set the type of machine to run on
79
runs-on: ubuntu-18.04
@@ -156,6 +157,7 @@ jobs:
156
157
build-osalguide:
158
159
160
161
name: Osal Guide
162
163
0 commit comments