Skip to content

Commit

Permalink
ci(primitives): tweak cron schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
tmillr committed Aug 2, 2024
1 parent 2936d3b commit 4f03e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-color-primitives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
on:
workflow_dispatch:
schedule:
- 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)
push:
branches:
- '**' # Any branch, but ignore tag pushes
Expand Down

0 comments on commit 4f03e4e

Please sign in to comment.