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 29475fa7f8
commit 9189d002dd

View File

@ -38,3 +38,12 @@ jobs:
--preferred \
--exclude X11 \
*.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