Skip to content

Commit 0c1c0aa

Browse files
committed
fix(zts): Run weekly only
1 parent baf66b3 commit 0c1c0aa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-zts.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Build ZTS Images
22

33
on:
44
schedule:
5-
- cron: '0 2 * * *' # Run daily at 2 AM UTC
5+
# Run weekly on Sunday at 2 AM UTC
6+
- cron: '0 2 * * 0'
67
workflow_dispatch:
78
push:
89
branches:

0 commit comments

Comments
 (0)