File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 6
6
- cron : " 0 0 * * *"
7
7
push :
8
8
branches :
9
- - main
9
+ - ' * '
10
10
pull_request :
11
11
12
12
concurrency :
19
19
jobs :
20
20
run_benchmarks :
21
21
if : ${{
22
- (github.event_name == 'push') ||
22
+ (github.event_name == 'push' && contains(github.event.head_commit.message, 'cpu_pytorch')) ||
23
+ (github.event_name == 'push') && github.ref == 'refs/heads/main' ||
23
24
(github.event_name == 'workflow_dispatch') ||
24
25
contains( github.event.pull_request.labels.*.name, 'leaderboard') ||
25
26
contains( github.event.pull_request.labels.*.name, 'cpu') ||
26
27
contains( github.event.pull_request.labels.*.name, 'pytorch') ||
27
28
contains( github.event.pull_request.labels.*.name, 'cpu_pytorch') ||
28
- contains( github.event.head_commit.message, 'cpu_pytorch')
29
+
29
30
}}
30
31
31
32
strategy :
You can’t perform that action at this time.
0 commit comments