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 9b79f10 commit fa93022Copy full SHA for fa93022
.github/workflows/nightly_tests_CPU.yml
@@ -2,11 +2,10 @@
2
3
name: nightly_tests_CPU_python10
4
5
-# Controls when the action will run. Workflow runs when manually triggered using the UI
6
-# or API.
+# Controls when the action will run. CRON schedule runs at mm hh dd mm yy UTC TIME
7
on:
8
schedule:
9
- - cron: "30 10 * * *"
+ - cron: "40 9 * * *"
10
11
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
12
jobs:
0 commit comments