Skip to content

Commit

Permalink
Change only documentation files
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni committed Nov 16, 2024
1 parent 1ceba6f commit 38d17f5
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 40 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/clang_sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
branches:
- "development"
pull_request:
paths-ignore:
- "Docs/**"
- ".github/**"
- ".azure-pipelines.yml"

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

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

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

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

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

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

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

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

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

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

0 comments on commit 38d17f5

Please sign in to comment.