Skip to content

Commit 4367e90

Browse files
committed
ci: ignore build workflows on more workflows
This makes each workflow ignore every other workflow. Relates to netblue30#5481.
1 parent 08185ae commit 4367e90

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.github/workflows/build-extra.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- .git-blame-ignore-revs
1313
- .github/dependabot.yml
1414
- .github/pull_request_template.md
15+
- .github/workflows/build.yml
1516
- .github/workflows/codeql-analysis.yml
1617
- .github/workflows/profile-checks.yml
1718
- .gitignore
@@ -34,6 +35,7 @@ on:
3435
- .git-blame-ignore-revs
3536
- .github/dependabot.yml
3637
- .github/pull_request_template.md
38+
- .github/workflows/build.yml
3739
- .github/workflows/codeql-analysis.yml
3840
- .github/workflows/profile-checks.yml
3941
- .gitignore

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- .git-blame-ignore-revs
99
- .github/dependabot.yml
1010
- .github/pull_request_template.md
11+
- .github/workflows/build-extra.yml
1112
- .github/workflows/codeql-analysis.yml
1213
- .github/workflows/profile-checks.yml
1314
- .gitignore
@@ -25,6 +26,7 @@ on:
2526
- .git-blame-ignore-revs
2627
- .github/dependabot.yml
2728
- .github/pull_request_template.md
29+
- .github/workflows/build-extra.yml
2830
- .github/workflows/codeql-analysis.yml
2931
- .github/workflows/profile-checks.yml
3032
- .gitignore

.github/workflows/codeql-analysis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ on:
1717
- .git-blame-ignore-revs
1818
- .github/dependabot.yml
1919
- .github/pull_request_template.md
20+
- .github/workflows/build-extra.yml
21+
- .github/workflows/build.yml
2022
- .github/workflows/profile-checks.yml
2123
- .gitignore
2224
- .gitlab-ci.yml
@@ -39,6 +41,8 @@ on:
3941
- .git-blame-ignore-revs
4042
- .github/dependabot.yml
4143
- .github/pull_request_template.md
44+
- .github/workflows/build-extra.yml
45+
- .github/workflows/build.yml
4246
- .github/workflows/profile-checks.yml
4347
- .gitignore
4448
- .gitlab-ci.yml

0 commit comments

Comments
 (0)