Skip to content

Commit 831d1a2

Browse files
committed
make cron schedule better readable
1 parent eef446f commit 831d1a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-base.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Update base image base
33
on:
44
workflow_dispatch:
55
schedule:
6-
# Every Monday at midnight
7-
- cron: "0 0 * * 4"
6+
# Every Thursday at midnight
7+
- cron: "0 0 * * THU"
88

99
jobs:
1010
update:

0 commit comments

Comments
 (0)