Skip to content

Commit c0a6838

Browse files
authored
chore: run cron schedule only once a week
Updating the docker image only then is plenty often.
1 parent 6e70f7d commit c0a6838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Docker
77

88
on:
99
schedule:
10-
- cron: '40 5 * * *'
10+
- cron: '40 5 * * 2'
1111
push:
1212
branches: [ "main" ]
1313
# Publish semver tags as releases.

0 commit comments

Comments
 (0)