Skip to content

Commit 1ceba6f

Browse files
committed
Test CI tricks to skip workflows
1 parent a882d15 commit 1ceba6f

File tree

11 files changed

+23
-0
lines changed

11 files changed

+23
-0
lines changed

.azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ pr:
1212
paths:
1313
exclude:
1414
- Docs
15+
- ./.github/workflows
1516

1617
jobs:
1718
- job:

.github/workflows/clang_sanitizers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
pull_request:
88
paths-ignore:
99
- "Docs/**"
10+
- ".github/**"
11+
- ".azure-pipelines.yml"
1012

1113
concurrency:
1214
group: ${{ github.ref }}-${{ github.head_ref }}-clangsanitizers

.github/workflows/clang_tidy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
pull_request:
88
paths-ignore:
99
- "Docs/**"
10+
- ".github/**"
11+
- ".azure-pipelines.yml"
1012

1113
concurrency:
1214
group: ${{ github.ref }}-${{ github.head_ref }}-clangtidy

.github/workflows/codeql.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches: [ "development" ]
66
pull_request:
77
branches: [ "development" ]
8+
paths-ignore:
9+
- "Docs/**"
10+
- ".github/**"
11+
- ".azure-pipelines.yml"
812
schedule:
913
- cron: "27 3 * * 0"
1014

.github/workflows/cuda.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
pull_request:
88
paths-ignore:
99
- "Docs/**"
10+
- ".github/**"
11+
- ".azure-pipelines.yml"
1012

1113
concurrency:
1214
group: ${{ github.ref }}-${{ github.head_ref }}-cuda

.github/workflows/hip.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
pull_request:
88
paths-ignore:
99
- "Docs/**"
10+
- ".github/**"
11+
- ".azure-pipelines.yml"
1012

1113
concurrency:
1214
group: ${{ github.ref }}-${{ github.head_ref }}-hip

.github/workflows/insitu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
pull_request:
88
paths-ignore:
99
- "Docs/**"
10+
- ".github/**"
11+
- ".azure-pipelines.yml"
1012

1113
concurrency:
1214
group: ${{ github.ref }}-${{ github.head_ref }}-insituvis

.github/workflows/intel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
pull_request:
88
paths-ignore:
99
- "Docs/**"
10+
- ".github/**"
11+
- ".azure-pipelines.yml"
1012

1113
concurrency:
1214
group: ${{ github.ref }}-${{ github.head_ref }}-intel

.github/workflows/macos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
pull_request:
88
paths-ignore:
99
- "Docs/**"
10+
- ".github/**"
11+
- ".azure-pipelines.yml"
1012

1113
concurrency:
1214
group: ${{ github.ref }}-${{ github.head_ref }}-macos

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
pull_request:
88
paths-ignore:
99
- "Docs/**"
10+
- ".github/**"
11+
- ".azure-pipelines.yml"
1012

1113
concurrency:
1214
group: ${{ github.ref }}-${{ github.head_ref }}-ubuntu

0 commit comments

Comments
 (0)