Skip to content

Commit 8f0b45b

Browse files
author
Jona Koudijs
committed
Change keepalive action to replace disabled action
1 parent 373bc51 commit 8f0b45b

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/keepalive.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ on:
44
- cron: "0 0 * * *"
55

66
jobs:
7-
create-keepalive-commit:
8-
runs-on: ubuntu-24.04
7+
workflow-keepalive:
8+
if: github.event_name == 'schedule'
9+
runs-on: ubuntu-latest
10+
permissions:
11+
actions: write
912
steps:
10-
- uses: actions/checkout@v2
11-
- name: Create Keepalive Commit
12-
uses: gautamkrishnar/keepalive-workflow@master
13+
- uses: liskin/gh-workflow-keepalive@v1

0 commit comments

Comments
 (0)