Skip to content

Commit d463ffb

Browse files
author
Alan Christie
committed
ci: Scheduled build now once a week (rather than every day)
1 parent 4304ffa commit d463ffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-latest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ on:
2424
branches:
2525
- 'main'
2626
schedule:
27-
# Build daily at 6:37am...
28-
- cron: '37 6 * * *'
27+
# Build on Monday (1) mornings at 6:37am...
28+
- cron: '37 6 * * 1'
2929

3030
jobs:
3131
build-latest:

0 commit comments

Comments
 (0)