Skip to content

Commit fa93022

Browse files
committed
test trigger UTC time
1 parent 9b79f10 commit fa93022

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/nightly_tests_CPU.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22

33
name: nightly_tests_CPU_python10
44

5-
# Controls when the action will run. Workflow runs when manually triggered using the UI
6-
# or API.
5+
# Controls when the action will run. CRON schedule runs at mm hh dd mm yy UTC TIME
76
on:
87
schedule:
9-
- cron: "30 10 * * *"
8+
- cron: "40 9 * * *"
109

1110
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1211
jobs:

0 commit comments

Comments
 (0)