Skip to content

Commit f64bea7

Browse files
authored
Skip CI workflows when GH files are modified (#7586)
1 parent de0463a commit f64bea7

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

.github/workflows/ci-docker-wormhole.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: CI-Docker-Wormhole
33
on:
44
pull_request:
55
paths-ignore:
6+
- '.github/ISSUE_TEMPLATE/*.yaml'
7+
- '.github/CODEOWNERS'
8+
- '.github/pull_request_template.md'
69
- 'docs/**/*.css'
710
- 'docs/**/*.html'
811
- 'docs/**/*.ico'
@@ -16,6 +19,9 @@ on:
1619
push:
1720
branches: [ main ]
1821
paths-ignore:
22+
- '.github/ISSUE_TEMPLATE/*.yaml'
23+
- '.github/CODEOWNERS'
24+
- '.github/pull_request_template.md'
1925
- 'docs/**/*.css'
2026
- 'docs/**/*.html'
2127
- 'docs/**/*.ico'

.github/workflows/ci-rootless.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: CI-Docker-Rootless
33
on:
44
pull_request:
55
paths-ignore:
6+
- '.github/ISSUE_TEMPLATE/*.yaml'
7+
- '.github/CODEOWNERS'
8+
- '.github/pull_request_template.md'
69
- 'docs/**/*.css'
710
- 'docs/**/*.html'
811
- 'docs/**/*.ico'
@@ -16,6 +19,9 @@ on:
1619
push:
1720
branches: [ main ]
1821
paths-ignore:
22+
- '.github/ISSUE_TEMPLATE/*.yaml'
23+
- '.github/CODEOWNERS'
24+
- '.github/pull_request_template.md'
1925
- 'docs/**/*.css'
2026
- 'docs/**/*.html'
2127
- 'docs/**/*.ico'

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: CI
33
on:
44
pull_request:
55
paths-ignore:
6+
- '.github/ISSUE_TEMPLATE/*.yaml'
7+
- '.github/CODEOWNERS'
8+
- '.github/pull_request_template.md'
69
- 'docs/**/*.css'
710
- 'docs/**/*.html'
811
- 'docs/**/*.ico'
@@ -16,6 +19,9 @@ on:
1619
push:
1720
branches: [ main ]
1821
paths-ignore:
22+
- '.github/ISSUE_TEMPLATE/*.yaml'
23+
- '.github/CODEOWNERS'
24+
- '.github/pull_request_template.md'
1925
- 'docs/**/*.css'
2026
- 'docs/**/*.html'
2127
- 'docs/**/*.ico'

0 commit comments

Comments
 (0)