Skip to content

Commit

Permalink
Feature: Re-add keep-alive
Browse files Browse the repository at this point in the history
  • Loading branch information
PassiveLemon committed Jan 8, 2025
1 parent ad3128e commit 62658c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
release: ${{ steps.check_releases.outputs.release }}
latest_release: ${{ steps.get_releases.outputs.latest_release }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@v1

- name: Get releases
id: get_releases
run: |
Expand Down

0 comments on commit 62658c9

Please sign in to comment.