Skip to content

Commit

Permalink
Run more GHA on pull requests targeting any branch (#6553)
Browse files Browse the repository at this point in the history
* Run coverage on pull requests targeting any branch

* Consistency in other checks too
  • Loading branch information
MichaelChirico authored Sep 30, 2024
1 parent aa04f90 commit 7419796
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
on:
push:
branches:
- master
branches: [master]
pull_request:
branches:
- master

name: code-quality

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/performance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: atime performance tests

on:
pull_request:
branches:
- '*'
types:
- opened
- reopened
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/rchk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
# under the License.
on:
push:
branches:
- master
branches: [master]
pull_request:

name: 'rchk'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [master]
pull_request:
branches: [master]

name: test-coverage.yaml

Expand Down

0 comments on commit 7419796

Please sign in to comment.