Skip to content

Commit

Permalink
Consistency in other checks too
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Sep 30, 2024
1 parent a6a0b38 commit 3ee630c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 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

0 comments on commit 3ee630c

Please sign in to comment.