Skip to content

Commit 02a4de7

Browse files
[MISC] Ignore paths on GHA workflows (#607)
1 parent 56bd98c commit 02a4de7

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ concurrency:
88

99
on:
1010
pull_request:
11+
paths-ignore:
12+
- '**.md'
13+
- '.github/renovate.json5'
14+
- '.github/workflows/sync_docs.yaml'
1115
schedule:
1216
- cron: '53 0 * * *' # Daily at 00:53 UTC
1317
# Triggered on push to branch "main" by .github/workflows/release.yaml

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
push:
77
branches:
88
- main
9+
paths-ignore:
10+
- 'docs/**'
11+
- '.github/renovate.json5'
12+
- '.github/workflows/check_libs.yaml'
13+
- '.github/workflows/sync_docs.yaml'
914

1015
jobs:
1116
lib-check:

0 commit comments

Comments
 (0)