Skip to content

Commit 4c21ebc

Browse files
[CI] Run nigthly at 4am, to avoid conflicts with UR's perf job
1 parent cdb73d6 commit 4c21ebc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Various non-standard tests, requiring e.g. longer run
22
name: Nightly
33

4-
# This job is run at 00:00 UTC every day or on demand.
4+
# This job is run at 04:00 UTC every day or on demand.
55
on:
66
workflow_dispatch:
77
schedule:
8-
- cron: '0 0 * * *'
8+
- cron: '0 4 * * *'
99

1010
permissions:
1111
contents: read

0 commit comments

Comments
 (0)