Skip to content

Commit 215b47a

Browse files
revert tmp test
Signed-off-by: Yiheng Wang <[email protected]>
1 parent 533533b commit 215b47a

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.github/workflows/weekly-tests-cpu.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
name: weekly-tests-cpu
22

3-
# on:
4-
# # weekly tests for existing bundles in release
5-
# schedule:
6-
# - cron: "0 5 * * 0" # 5:00, every Sunday
7-
# # Allows you to run this workflow manually from the Actions tab
8-
# workflow_dispatch:
93
on:
10-
# code format check for pull requests and the dev branch
11-
push:
12-
branches:
13-
- dev
14-
pull_request:
4+
# weekly tests for existing bundles in release
5+
schedule:
6+
- cron: "0 5 * * 0" # 5:00, every Sunday
7+
# Allows you to run this workflow manually from the Actions tab
8+
workflow_dispatch:
159

1610
jobs:
1711
get-list:

0 commit comments

Comments
 (0)