Skip to content

Commit 667f964

Browse files
committed
ci: run weekly checks on saturday
1 parent e8c92d8 commit 667f964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
# Build regularly in order to have up to date base images in the edge image
77
schedule:
8-
- cron: '42 2 * * 0' # weekly on Sunday 2:42 UTC
8+
- cron: '42 2 * * 6' # weekly on Saturday 2:42 UTC
99

1010
jobs:
1111
docker:

0 commit comments

Comments
 (0)