We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baf66b3 commit 0c1c0aaCopy full SHA for 0c1c0aa
1 file changed
.github/workflows/build-zts.yml
@@ -2,7 +2,8 @@ name: Build ZTS Images
2
3
on:
4
schedule:
5
- - cron: '0 2 * * *' # Run daily at 2 AM UTC
+ # Run weekly on Sunday at 2 AM UTC
6
+ - cron: '0 2 * * 0'
7
workflow_dispatch:
8
push:
9
branches:
0 commit comments