Skip to content

Commit

Permalink
chore: turn down the cadence on trunk upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
gberenice committed Aug 6, 2024
1 parent 05ddd4c commit 748432a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trunk-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Trunk Upgrade

on:
schedule:
# Every Monday @ 8am
- cron: 0 8 * * 1
# On the first day of every month @ 8am
- cron: 0 8 1 * *
workflow_dispatch: {}

permissions: read-all
Expand Down

0 comments on commit 748432a

Please sign in to comment.