Skip to content

Commit

Permalink
Enable keepalive workflow
Browse files Browse the repository at this point in the history
Keep the workflow alive
  • Loading branch information
kryksyh authored Feb 6, 2025
1 parent 069a246 commit d6b5cc6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/sentry-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,12 @@ jobs:
- name: Run cleanup
run: |
python main.py
keepalive-job:
name: Keepalive Workflow
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@v2

0 comments on commit d6b5cc6

Please sign in to comment.