Skip to content

Commit 705018d

Browse files
committed
Run at 4AM to avoid possible collision with other midnight operations
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent bdb383c commit 705018d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nightly-gauntlet.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
name: nightly-gauntlet
44
on:
55
schedule:
6-
# Every day at midnight
7-
- cron: "0 0 * * *"
6+
# Every day at 4AM
7+
- cron: "0 4 * * *"
88
workflow_dispatch:
99

1010
permissions:
@@ -78,7 +78,7 @@ jobs:
7878
- go-race
7979
- go-timing
8080
runs-on: ubuntu-latest
81-
if: failure()
81+
if: failure() && github.ref == 'refs/heads/main'
8282

8383
steps:
8484
- name: Send Slack notification

0 commit comments

Comments
 (0)