We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 533533b commit 215b47aCopy full SHA for 215b47a
.github/workflows/weekly-tests-cpu.yml
@@ -1,17 +1,11 @@
1
name: weekly-tests-cpu
2
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:
9
on:
10
- # code format check for pull requests and the dev branch
11
- push:
12
- branches:
13
- - dev
14
- pull_request:
+ # weekly tests for existing bundles in release
+ schedule:
+ - cron: "0 5 * * 0" # 5:00, every Sunday
+ # Allows you to run this workflow manually from the Actions tab
+ workflow_dispatch:
15
16
jobs:
17
get-list:
0 commit comments