We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d7165d commit ee269c5Copy full SHA for ee269c5
.github/workflows/build-documentation.yml
@@ -72,6 +72,8 @@ jobs:
72
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
@@ -154,6 +156,8 @@ jobs:
154
156
155
157
build-osalguide:
158
159
160
161
name: Osal Guide
162
163
0 commit comments