We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d19427 commit a01c2ccCopy full SHA for a01c2cc
1 file changed
.github/workflows/npm-publish.yml
@@ -9,7 +9,7 @@ on:
9
push:
10
branches: [ main ]
11
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
+ - cron: '0 12 5 1,5,9 *' # 5th day of month, 3 times a year (Jan, May, Sep) at 12:00 UTC
13
workflow_dispatch:
14
15
permissions:
0 commit comments