Skip to content

Commit 57a798c

Browse files
committed
Merge branch 'dk/ci-reliability' of github.com:/coder/coder into dk/ci-reliability
2 parents 1442d50 + 43eae7e commit 57a798c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-gauntlet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: nightly-gauntlet
44
on:
55
schedule:
66
# Every day at 4AM
7-
- cron: "0 4 * * *"
7+
- cron: "0 4 * * 1-5"
88
workflow_dispatch:
99

1010
permissions:

0 commit comments

Comments
 (0)