Skip to content

Commit

Permalink
chore: Space scheduled CI runs to avoid exceeding GitHub API quotas
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Mar 8, 2024
1 parent fd6c7ae commit 39be95d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: lock-threads

on:
schedule:
- cron: 2 2 * * *
- cron: 17 2 * * *
workflow_dispatch: {}

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
tags:
- v*
schedule:
- cron: 2 2 * * *
- cron: 32 2 * * *
env:
ACTIONLINT_VERSION: 1.6.26
AGE_VERSION: 1.1.1
Expand Down

0 comments on commit 39be95d

Please sign in to comment.