mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
ci: Prevent scheduled workflows from being auto-disabled by GitHub
This commit is contained in:
parent
29475fa7f8
commit
9189d002dd
9
.github/workflows/packdeps.yml
vendored
9
.github/workflows/packdeps.yml
vendored
@ -38,3 +38,12 @@ jobs:
|
|||||||
--preferred \
|
--preferred \
|
||||||
--exclude X11 \
|
--exclude X11 \
|
||||||
*.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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user