mirror of
https://github.com/unmojang/meta.git
synced 2025-09-22 10:43:29 -04:00
keepalive update workflow
This commit is contained in:
parent
b0d5a50a9f
commit
c3421354bc
7
.github/workflows/update.yml
vendored
7
.github/workflows/update.yml
vendored
@ -26,3 +26,10 @@ jobs:
|
||||
- run: |
|
||||
nix shell -c init
|
||||
nix shell -c update
|
||||
workflow-keepalive:
|
||||
if: github.event_name == 'schedule'
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
actions: write
|
||||
steps:
|
||||
- uses: liskin/gh-workflow-keepalive@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user