We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2936d3b commit 4f03e4eCopy full SHA for 4f03e4e
.github/workflows/update-color-primitives.yml
@@ -9,7 +9,7 @@ env:
9
on:
10
workflow_dispatch:
11
schedule:
12
- - cron: '40 19 */14 * *' # Roughly every 14 days (at 12:40pm Pacific Time)
+ - cron: '40 19 1,15 * *' # Roughly every 2 weeks (at 12:40pm Pacific Time)
13
push:
14
branches:
15
- '**' # Any branch, but ignore tag pushes
0 commit comments