Skip to content

Commit faf8459

Browse files
committed
ci(release): restrict auto-tag to weekdays only
1 parent 4878b9b commit faf8459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-auto-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Release Auto-Tag
66
on:
77
workflow_dispatch: {}
88
schedule:
9-
- cron: "0 14 * * *" # 7 AM PDT
9+
- cron: "0 14 * * 1-5" # 7 AM PDT, weekdays only
1010

1111
permissions:
1212
contents: write

0 commit comments

Comments
 (0)