Skip to content

Commit 9ca777d

Browse files
author
Pat
authored
workflows: prevent re-trigger of generation workflow on its own changes (#5340)
Signed-off-by: Patrick Stephens <[email protected]>
1 parent 86bc0a2 commit 9ca777d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docs-generate.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
push:
66
branches:
77
- master
8+
# Do not re-trigger when our own PRs are merged
9+
paths-ignore:
10+
- codebase-structure.svg
811
jobs:
912
update_diagram:
1013
name: Update the codebase structure diagram
@@ -17,7 +20,7 @@ jobs:
1720
uses: actions/checkout@v3
1821

1922
- name: Update diagram
20-
# TODO: still not "official" enough for a proper semantic release version
23+
# Not "official" enough for a proper semantic release version
2124
uses: githubocto/repo-visualizer@main
2225
with:
2326
excluded_paths: "ignore,.github"

0 commit comments

Comments
 (0)