Skip to content

Commit a01c2cc

Browse files
committed
fix: update cron schedule to trigger on the 5th day of the month for NPM publish workflow
1 parent 1d19427 commit a01c2cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
push:
1010
branches: [ main ]
1111
schedule:
12-
- cron: '0 12 8-14 1,5,9 4' # Thursday of 2nd week, 3 times a year (Jan, May, Sep) at 12:00 UTC
12+
- cron: '0 12 5 1,5,9 *' # 5th day of month, 3 times a year (Jan, May, Sep) at 12:00 UTC
1313
workflow_dispatch:
1414

1515
permissions:

0 commit comments

Comments
 (0)