mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-25 17:21:51 -07:00
ci: Prevent scheduled workflows from being auto-disabled by GitHub
This commit is contained in:
9
.github/workflows/packdeps.yml
vendored
9
.github/workflows/packdeps.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user