Skip to content

Commit

Permalink
restricting CI runs (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
landinjm authored Jan 2, 2025
1 parent 389726b commit 6a88f68
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- devel
paths-ignore:
- 'doc/**'
- 'contrib/**'

concurrency:
group: ${{ github.event_name }}-${{ github.workflow }}-${{ github.ref }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ on:
- ready_for_review
paths-ignore:
- 'applications/**'
- 'contrib/**'
- 'doc/**'
- 'automatic_test/**'
- 'tests/**'


concurrency:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- devel
pull_request:
paths-ignore:
- 'doc/**'

permissions:
contents: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
paths-ignore:
- 'applications/**'
- 'doc/**'
- 'contrib/**'

concurrency:
group: ${{ github.event_name }}-${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 6a88f68

Please sign in to comment.