We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4878b9b commit faf8459Copy full SHA for faf8459
.github/workflows/release-auto-tag.yml
@@ -6,7 +6,7 @@ name: Release Auto-Tag
6
on:
7
workflow_dispatch: {}
8
schedule:
9
- - cron: "0 14 * * *" # 7 AM PDT
+ - cron: "0 14 * * 1-5" # 7 AM PDT, weekdays only
10
11
permissions:
12
contents: write
0 commit comments