Skip to content

Commit

Permalink
Reduce token update cadence to monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
djb15 committed Oct 15, 2024
1 parent 82fa3b8 commit 0d5ace3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/governor-token-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Governor Token List Update
on:
workflow_dispatch:
schedule:
- cron: '0 0 1,15 * *' # Run at 00:00 on the 1st and 15th of every month
- cron: '0 0 1 * *' # Run at 00:00 on the 1st and 15th of every month

permissions:
contents: write
Expand Down

0 comments on commit 0d5ace3

Please sign in to comment.