Skip to content

Commit

Permalink
Add cron-keep-alive workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Nov 24, 2023
1 parent 0fff75f commit 10f324b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/cron-keep-alive.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: cron-keep-alive
on:
schedule:
- cron: "0 0 * * 1"

jobs:
cron-keep-alive:
name: cron-keep-alive
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: git checkout -b cron-keep-alive
- uses: gautamkrishnar/keepalive-workflow@v1
with:
commit_message: "Cron keep alive commit"
committer_username: "github-actions[bot]"
committer_email: "github-actions[bot]@users.noreply.github.com"

0 comments on commit 10f324b

Please sign in to comment.