Skip to content

Commit

Permalink
Automatically keep cron-jobs alive
Browse files Browse the repository at this point in the history
  • Loading branch information
BtbN committed May 27, 2024
1 parent df6e5b6 commit 52f0628
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/run-coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,11 @@ jobs:
with:
name: cov-int
path: cov-int.tgz
keepalive:
name: Keepalive Workflow
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@v2

0 comments on commit 52f0628

Please sign in to comment.