Skip to content

Commit 79acc4f

Browse files
correct yaml
1 parent 8f68ce9 commit 79acc4f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docs-cicd-1-pull-request.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,19 @@ jobs:
3232
- 'docs/**'
3333
src:
3434
- 'src/**'
35+
workflows:
36+
- '.github/workflows/docs-*'
3537
outputs:
3638
docs: ${{ steps.changes.outputs.docs }}
3739
src: ${{ steps.changes.outputs.src }}
40+
workflows: ${{ steps.changes.outputs.workflows }}
3841

3942
metadata:
4043
name: "Set CI/CD metadata"
4144
runs-on: ubuntu-latest
4245
timeout-minutes: 1
4346
needs: changes
44-
if: ${{ needs.changes.outputs.docs == 'true' || needs.changes.outputs.src == 'true' }}
47+
if: ${{ needs.changes.outputs.docs == 'true' || needs.changes.outputs.src == 'true' || needs.changes.outputs.workflows == 'true'}}
4548

4649
outputs:
4750
build_datetime_london: ${{ steps.variables.outputs.build_datetime_london }}

0 commit comments

Comments
 (0)