Skip to content

Commit d4c1dc4

Browse files
committed
CI: change schedule build to monthly
1 parent 22f7aeb commit d4c1dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build-Push-Containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
tags:
88
- '*'
99
schedule:
10-
- cron: '0 0 * * MON' # Every Monday at 00:00 (UTC) .
10+
- cron: '0 0 1 * *' # 00:00 (UTC) on every 1st day of month.
1111

1212
env:
1313
IMAGE_NAME: ctbcap

0 commit comments

Comments
 (0)