Skip to content

Commit 04c5cd5

Browse files
committed
Try out different Github action schedule
1 parent af3d199 commit 04c5cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build Docker Image
22
on:
33
schedule:
4-
- cron: '30 0 * * *'
4+
- cron: '30 11 * * *'
55
push:
66
branches-ignore:
77
- '**'

0 commit comments

Comments
 (0)