keepalive update workflow

This commit is contained in:
Evan Goode 2024-09-04 11:36:11 -04:00
parent b0d5a50a9f
commit c3421354bc

View File

@ -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