Skip to content

Commit

Permalink
ci: add keepalive (#19)
Browse files Browse the repository at this point in the history
* ci: add keepalive job

* ci: move keepalive to right workflow
  • Loading branch information
shihyuho authored Jul 9, 2024
1 parent 9126273 commit 11f5a78
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/dep-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,11 @@ jobs:
run: gh pr merge --squash --auto "${{ steps.cpr.outputs.pull-request-number }}"
env:
GH_TOKEN: ${{ github.token }}

keepalive:
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@v2

0 comments on commit 11f5a78

Please sign in to comment.