diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index 6f7f6d9cb..3ba6c8f0f 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -72,6 +72,8 @@ 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 @@ -154,6 +156,8 @@ 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