Skip to content

Commit b5b4064

Browse files
authored
Update monthly_backup.yml
1 parent 0881992 commit b5b4064

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/monthly_backup.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,10 @@ jobs:
2828
asset_name: cases-$$.db.zip
2929
asset_content_type: application/zip # required by GitHub API
3030

31-
- name: keepalive
32-
uses: gautamkrishnar/keepalive-workflow@v1
31+
workflow-keepalive:
32+
if: github.event_name == 'schedule'
33+
runs-on: ubuntu-latest
34+
permissions:
35+
actions: write
36+
steps:
37+
- uses: liskin/gh-workflow-keepalive@v1

0 commit comments

Comments
 (0)