We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef446f commit 831d1a2Copy full SHA for 831d1a2
.github/workflows/update-base.yml
@@ -3,8 +3,8 @@ name: Update base image base
3
on:
4
workflow_dispatch:
5
schedule:
6
- # Every Monday at midnight
7
- - cron: "0 0 * * 4"
+ # Every Thursday at midnight
+ - cron: "0 0 * * THU"
8
9
jobs:
10
update:
0 commit comments