Skip to content

Commit c4896a5

Browse files
committed
CI: ignore all .rst files in the repository
1 parent d79fe71 commit c4896a5

10 files changed

+10
-0
lines changed

.azure-pipelines.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ pr:
1313
paths:
1414
exclude:
1515
- Docs
16+
- '**/*.rst'
1617

1718
jobs:
1819
- job:

.github/workflows/clang_sanitizers.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
paths-ignore:
99
- "Docs/**"
10+
- "**.rst"
1011

1112
concurrency:
1213
group: ${{ github.ref }}-${{ github.head_ref }}-clangsanitizers

.github/workflows/clang_tidy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
paths-ignore:
99
- "Docs/**"
10+
- "**.rst"
1011

1112
concurrency:
1213
group: ${{ github.ref }}-${{ github.head_ref }}-clangtidy

.github/workflows/cuda.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
paths-ignore:
99
- "Docs/**"
10+
- "**.rst"
1011

1112
concurrency:
1213
group: ${{ github.ref }}-${{ github.head_ref }}-cuda

.github/workflows/hip.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
paths-ignore:
99
- "Docs/**"
10+
- "**.rst"
1011

1112
concurrency:
1213
group: ${{ github.ref }}-${{ github.head_ref }}-hip

.github/workflows/insitu.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
paths-ignore:
99
- "Docs/**"
10+
- "**.rst"
1011

1112
concurrency:
1213
group: ${{ github.ref }}-${{ github.head_ref }}-insituvis

.github/workflows/intel.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
paths-ignore:
99
- "Docs/**"
10+
- "**.rst"
1011

1112
concurrency:
1213
group: ${{ github.ref }}-${{ github.head_ref }}-intel

.github/workflows/macos.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
paths-ignore:
99
- "Docs/**"
10+
- "**.rst"
1011

1112
concurrency:
1213
group: ${{ github.ref }}-${{ github.head_ref }}-macos

.github/workflows/ubuntu.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
paths-ignore:
99
- "Docs/**"
10+
- "**.rst"
1011

1112
concurrency:
1213
group: ${{ github.ref }}-${{ github.head_ref }}-ubuntu

.github/workflows/windows.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
paths-ignore:
99
- "Docs/**"
10+
- "**.rst"
1011

1112
concurrency:
1213
group: ${{ github.ref }}-${{ github.head_ref }}-windows

0 commit comments

Comments
 (0)