1
0
mirror of https://github.com/xmonad/xmonad-contrib.git synced 2025-08-10 17:52:09 -07:00

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

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