Skip to content

Commit 6218f0c

Browse files
Skip locked/coverage CI jobs on docs-only changes (#1918)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: michael-schwarz <13812333+michael-schwarz@users.noreply.github.com>
1 parent 2ecb565 commit 6218f0c

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: coverage
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- 'docs/**'
57

68
workflow_dispatch:
79

.github/workflows/locked.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: locked
22

33
on:
44
push:
5+
paths-ignore:
6+
- 'docs/**'
57
pull_request:
8+
paths-ignore:
9+
- 'docs/**'
610

711
workflow_dispatch:
812

.github/workflows/unlocked.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: unlocked
22

33
on:
44
# pull_request: # save CI time on PRs, run manually if needed (before merge) or find out failures from scheduled run (after merge)
5+
# paths-ignore:
6+
# - 'docs/**'
57
workflow_dispatch:
68

79
schedule:

0 commit comments

Comments
 (0)