Skip to content

Commit 4f03e4e

Browse files
committed
ci(primitives): tweak cron schedule
1 parent 2936d3b commit 4f03e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-color-primitives.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
on:
1010
workflow_dispatch:
1111
schedule:
12-
- cron: '40 19 */14 * *' # Roughly every 14 days (at 12:40pm Pacific Time)
12+
- cron: '40 19 1,15 * *' # Roughly every 2 weeks (at 12:40pm Pacific Time)
1313
push:
1414
branches:
1515
- '**' # Any branch, but ignore tag pushes

0 commit comments

Comments
 (0)