Skip to content

Commit 3d5f720

Browse files
ci: update allocation cron (#21)
The allocation cron has been failing every morning with disconnects from upstream sources, so schedule it to run a bit later. Signed-off-by: Weston Steimel <author@code.w.steimel.me.uk>
1 parent 1eb2dc6 commit 3d5f720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/allocate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- main
66
schedule:
7-
- cron: '27 5 * * MON-FRI'
7+
- cron: '15 8 * * MON-FRI'
88

99
concurrency:
1010
group: allocate-security-identifiers

0 commit comments

Comments
 (0)