Skip to content

Commit 29ccbcc

Browse files
committed
ci: ignore profile-checks.yml on other workflows
To avoid running CI unnecessarily. Misc: I noticed this on commit a42c1de ("profile-checks.yml: sort paths-ignore", 2022-11-27). See also commit 768410c ("Run profile-ckeck on workflow edits", 2022-11-27). Relates to #5481.
1 parent a42c1de commit 29ccbcc

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/build-extra.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- .github/dependabot.yml
1313
- .github/pull_request_template.md
1414
- .github/workflows/codeql-analysis.yml
15+
- .github/workflows/profile-checks.yml
1516
- .gitignore
1617
- .gitlab-ci.yml
1718
- CONTRIBUTING.md
@@ -32,6 +33,7 @@ on:
3233
- .github/dependabot.yml
3334
- .github/pull_request_template.md
3435
- .github/workflows/codeql-analysis.yml
36+
- .github/workflows/profile-checks.yml
3537
- .gitignore
3638
- .gitlab-ci.yml
3739
- CONTRIBUTING.md

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- .github/dependabot.yml
1010
- .github/pull_request_template.md
1111
- .github/workflows/codeql-analysis.yml
12+
- .github/workflows/profile-checks.yml
1213
- .gitignore
1314
- .gitlab-ci.yml
1415
- CONTRIBUTING.md
@@ -25,6 +26,7 @@ on:
2526
- .github/dependabot.yml
2627
- .github/pull_request_template.md
2728
- .github/workflows/codeql-analysis.yml
29+
- .github/workflows/profile-checks.yml
2830
- .gitignore
2931
- .gitlab-ci.yml
3032
- CONTRIBUTING.md

.github/workflows/codeql-analysis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
- .git-blame-ignore-revs
1717
- .github/dependabot.yml
1818
- .github/pull_request_template.md
19+
- .github/workflows/profile-checks.yml
1920
- .gitignore
2021
- .gitlab-ci.yml
2122
- CONTRIBUTING.md
@@ -36,6 +37,7 @@ on:
3637
- .git-blame-ignore-revs
3738
- .github/dependabot.yml
3839
- .github/pull_request_template.md
40+
- .github/workflows/profile-checks.yml
3941
- .gitignore
4042
- .gitlab-ci.yml
4143
- CONTRIBUTING.md

0 commit comments

Comments
 (0)