disabling keepalive

This commit is contained in:
Michael Trip 2025-09-18 08:26:42 +02:00
parent 758cef2f13
commit 32e579cfca
3 changed files with 24 additions and 24 deletions

View file

@ -128,11 +128,11 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
keepalive-job:
name: Keepalive Workflow
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: actions/checkout@v4
- uses: liskin/gh-workflow-keepalive@v1
# keepalive-job:
# name: Keepalive Workflow
# runs-on: ubuntu-latest
# permissions:
# actions: write
# steps:
# - uses: actions/checkout@v4
# - uses: liskin/gh-workflow-keepalive@v1