ci: Prevent scheduled workflows from being auto-disabled by GitHub

This commit is contained in:
Tomas Janousek 2022-06-19 17:04:43 +01:00
parent f998cc2d2e
commit 0d5a952035

View File

@ -40,3 +40,12 @@ jobs:
--exclude X11 \
--exclude xmonad \
*.cabal
workflow-keepalive:
runs-on: ubuntu-latest
steps:
- name: Re-enable workflow
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh api -X PUT repos/${{ github.repository }}/actions/workflows/packdeps.yml/enable