File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
on :
4
4
push :
5
+ branches :
6
+ - main
5
7
pull_request :
6
8
workflow_dispatch :
7
9
# schedule: [cron: "40 1 * * *"]
13
15
bazel :
14
16
name : Bazel on ${{matrix.os.name}}
15
17
runs-on : ${{matrix.os.image}}
16
- if : github.event_name != 'pull_request'
17
18
strategy :
18
19
fail-fast : false
19
20
matrix :
42
43
clippy :
43
44
name : Clippy
44
45
runs-on : ubuntu-latest
45
- if : github.event_name != 'pull_request'
46
46
timeout-minutes : 45
47
47
steps :
48
48
- uses : actions/checkout@v4
52
52
asan :
53
53
name : Address Sanitizer
54
54
runs-on : ubuntu-latest
55
- if : github.event_name != 'pull_request'
56
55
timeout-minutes : 45
57
56
steps :
58
57
- uses : actions/checkout@v4
62
61
clang-tidy :
63
62
name : Clang Tidy
64
63
runs-on : ubuntu-latest
65
- if : github.event_name != 'pull_request'
66
64
timeout-minutes : 45
67
65
steps :
68
66
- uses : actions/checkout@v4
74
72
eslint :
75
73
name : ESLint
76
74
runs-on : ubuntu-latest
77
- if : github.event_name != 'pull_request'
78
75
timeout-minutes : 45
79
76
steps :
80
77
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments