Skip to content

Commit a993d9f

Browse files
[MISC] Ignore paths on GHA workflows (#417)
1 parent 95483bb commit a993d9f

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed
File renamed without changes.

.github/workflows/ci.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ concurrency:
88

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

.github/workflows/release.yaml

+5
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
ci-tests:

0 commit comments

Comments
 (0)