Skip to content

Commit 681c507

Browse files
CopilotMossaka
andcommitted
ci: skip doc-only workflow runs
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
1 parent 2aa232a commit 681c507

6 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/dependency-audit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [main]
66
pull_request:
77
branches: [main]
8+
paths-ignore:
9+
- '**/*.md'
810
schedule:
911
# Run weekly on Mondays at 00:00 UTC
1012
- cron: '0 0 * * 1'

.github/workflows/test-action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [main]
66
pull_request:
77
branches: [main]
8+
paths-ignore:
9+
- '**/*.md'
810
workflow_dispatch:
911

1012
permissions:

.github/workflows/test-claude.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [main]
66
pull_request:
77
branches: [main]
8+
paths-ignore:
9+
- '**/*.md'
810
workflow_dispatch:
911

1012
permissions:

.github/workflows/test-coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Test Coverage
33
on:
44
pull_request:
55
branches: [main]
6+
paths-ignore:
7+
- '**/*.md'
68
push:
79
branches: [main]
810

.github/workflows/test-examples.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [main]
66
pull_request:
77
branches: [main]
8+
paths-ignore:
9+
- '**/*.md'
810
workflow_dispatch:
911

1012
permissions:

.github/workflows/test-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [main]
66
pull_request:
77
branches: [main]
8+
paths-ignore:
9+
- '**/*.md'
810
workflow_dispatch:
911

1012
permissions:

0 commit comments

Comments
 (0)