Skip to content

Commit 7419796

Browse files
Run more GHA on pull requests targeting any branch (#6553)
* Run coverage on pull requests targeting any branch * Consistency in other checks too
1 parent aa04f90 commit 7419796

File tree

4 files changed

+2
-9
lines changed

4 files changed

+2
-9
lines changed

.github/workflows/code-quality.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
on:
22
push:
3-
branches:
4-
- master
3+
branches: [master]
54
pull_request:
6-
branches:
7-
- master
85

96
name: code-quality
107

.github/workflows/performance-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: atime performance tests
22

33
on:
44
pull_request:
5-
branches:
6-
- '*'
75
types:
86
- opened
97
- reopened

.github/workflows/rchk.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
# under the License.
1818
on:
1919
push:
20-
branches:
21-
- master
20+
branches: [master]
2221
pull_request:
2322

2423
name: 'rchk'

.github/workflows/test-coverage.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches: [master]
66
pull_request:
7-
branches: [master]
87

98
name: test-coverage.yaml
109

0 commit comments

Comments
 (0)