Skip to content

Commit f8796b4

Browse files
committed
chore: trigger workflow on weekdays only
1 parent 3871396 commit f8796b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ on:
3434
type: boolean
3535
required: false
3636
schedule:
37-
# Note: run daily at 8am UTC time
38-
- cron: "0 8 * * *"
37+
# Note: run daily on weekdays at 8am UTC time
38+
- cron: "0 8 * * 1-5"
3939

4040
permissions:
4141
contents: read

0 commit comments

Comments
 (0)