Skip to content

Commit

Permalink
Test CI tricks to skip workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni committed Oct 22, 2024
1 parent a882d15 commit 165de5a
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ pr:
paths:
exclude:
- Docs
- ".github"

jobs:
- job:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/clang_sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
pull_request:
paths-ignore:
- "Docs/**"
- ".github/**"
- ".azure-pipelines.yml"

concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-clangsanitizers
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/clang_tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
pull_request:
paths-ignore:
- "Docs/**"
- ".github/**"
- ".azure-pipelines.yml"

concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-clangtidy
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches: [ "development" ]
pull_request:
branches: [ "development" ]
paths-ignore:
- "Docs/**"
- ".github/**"
- ".azure-pipelines.yml"
schedule:
- cron: "27 3 * * 0"

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
pull_request:
paths-ignore:
- "Docs/**"
- ".github/**"
- ".azure-pipelines.yml"

concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-cuda
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/hip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
pull_request:
paths-ignore:
- "Docs/**"
- ".github/**"
- ".azure-pipelines.yml"

concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-hip
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/insitu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
pull_request:
paths-ignore:
- "Docs/**"
- ".github/**"
- ".azure-pipelines.yml"

concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-insituvis
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
pull_request:
paths-ignore:
- "Docs/**"
- ".github/**"
- ".azure-pipelines.yml"

concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-intel
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
pull_request:
paths-ignore:
- "Docs/**"
- ".github/**"
- ".azure-pipelines.yml"

concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-macos
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
pull_request:
paths-ignore:
- "Docs/**"
- ".github/**"
- ".azure-pipelines.yml"

concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-ubuntu
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
pull_request:
paths-ignore:
- "Docs/**"
- ".github/**"
- ".azure-pipelines.yml"

concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-windows
Expand Down

0 comments on commit 165de5a

Please sign in to comment.