Skip to content

Commit

Permalink
ci(*): Decrease keepalive frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Aug 29, 2023
1 parent 2c400ff commit 5766ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/keepalive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Keep Alive
on:

schedule:
- cron: '0 3 * * *'
- cron: '0 3 * * 4'

permissions:
contents: write
Expand All @@ -23,4 +23,4 @@ jobs:
- uses: gautamkrishnar/keepalive-workflow@v1
with:
commit_message: "chore(*): Automated commit to keep the repository active"
time_elapsed: 55
time_elapsed: 50

0 comments on commit 5766ced

Please sign in to comment.