Skip to content

Commit

Permalink
ci: add keepalive job
Browse files Browse the repository at this point in the history
  • Loading branch information
shihyuho committed Jul 9, 2024
1 parent 168efd3 commit 1baa616
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,11 @@ jobs:
run: go build -v ./...
- name: Test with the Go CLI
run: go test ./...

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

0 comments on commit 1baa616

Please sign in to comment.