Skip to content

Commit bd5e7f5

Browse files
authored
Merge pull request #165 from FiorenMas/fix-keepalive
fix keepalive
2 parents e550b24 + 772ba4c commit bd5e7f5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

auto_update_github_action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,9 @@ jobs:
6868
PING_URL: ${{ secrets.PING_URL }}
6969

7070
keepalive:
71+
if: github.event_name == 'schedule'
7172
runs-on: ubuntu-latest
7273
permissions:
7374
actions: write
74-
contents: read
7575
steps:
76-
- uses: actions/checkout@v4
77-
- uses: gautamkrishnar/keepalive-workflow@v2
76+
- uses: liskin/gh-workflow-keepalive@v1

0 commit comments

Comments
 (0)