Skip to content

Commit f769981

Browse files
committed
Merge branch 'ci_ignore_docs' of github.com:EZoni/WarpX into docs_figures
2 parents ac671e7 + f9ac340 commit f769981

10 files changed

+21
-0
lines changed

.azure-pipelines.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ pr:
99
branches:
1010
include:
1111
- development
12+
paths:
13+
exclude:
14+
- Docs
1215

1316
jobs:
1417
- job:

.github/workflows/clang_sanitizers.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- "development"
77
pull_request:
8+
paths-ignore:
9+
- "Docs/**"
810

911
concurrency:
1012
group: ${{ github.ref }}-${{ github.head_ref }}-clangsanitizers

.github/workflows/clang_tidy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- "development"
77
pull_request:
8+
paths-ignore:
9+
- "Docs/**"
810

911
concurrency:
1012
group: ${{ github.ref }}-${{ github.head_ref }}-clangtidy

.github/workflows/cuda.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- "development"
77
pull_request:
8+
paths-ignore:
9+
- "Docs/**"
810

911
concurrency:
1012
group: ${{ github.ref }}-${{ github.head_ref }}-cuda

.github/workflows/hip.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- "development"
77
pull_request:
8+
paths-ignore:
9+
- "Docs/**"
810

911
concurrency:
1012
group: ${{ github.ref }}-${{ github.head_ref }}-hip

.github/workflows/insitu.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- "development"
77
pull_request:
8+
paths-ignore:
9+
- "Docs/**"
810

911
concurrency:
1012
group: ${{ github.ref }}-${{ github.head_ref }}-insituvis

.github/workflows/intel.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- "development"
77
pull_request:
8+
paths-ignore:
9+
- "Docs/**"
810

911
concurrency:
1012
group: ${{ github.ref }}-${{ github.head_ref }}-intel

.github/workflows/macos.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- "development"
77
pull_request:
8+
paths-ignore:
9+
- "Docs/**"
810

911
concurrency:
1012
group: ${{ github.ref }}-${{ github.head_ref }}-macos

.github/workflows/ubuntu.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- "development"
77
pull_request:
8+
paths-ignore:
9+
- "Docs/**"
810

911
concurrency:
1012
group: ${{ github.ref }}-${{ github.head_ref }}-ubuntu

.github/workflows/windows.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- "development"
77
pull_request:
8+
paths-ignore:
9+
- "Docs/**"
810

911
concurrency:
1012
group: ${{ github.ref }}-${{ github.head_ref }}-windows

0 commit comments

Comments
 (0)