From 32e579cfca269fac63d23ab3b02f108a76ee7e3d Mon Sep 17 00:00:00 2001 From: Michael Trip Date: Thu, 18 Sep 2025 08:26:42 +0200 Subject: [PATCH] disabling keepalive --- .github/workflows/fedora-mate-build-aarch64.yml | 16 ++++++++-------- .github/workflows/fedora-mate-build.yml | 16 ++++++++-------- .github/workflows/fedora-xfce-build.yml | 16 ++++++++-------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/fedora-mate-build-aarch64.yml b/.github/workflows/fedora-mate-build-aarch64.yml index e6324cf..04d6333 100644 --- a/.github/workflows/fedora-mate-build-aarch64.yml +++ b/.github/workflows/fedora-mate-build-aarch64.yml @@ -78,11 +78,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 diff --git a/.github/workflows/fedora-mate-build.yml b/.github/workflows/fedora-mate-build.yml index b2ca3c6..c3da639 100644 --- a/.github/workflows/fedora-mate-build.yml +++ b/.github/workflows/fedora-mate-build.yml @@ -78,11 +78,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 diff --git a/.github/workflows/fedora-xfce-build.yml b/.github/workflows/fedora-xfce-build.yml index 19754d2..cb21624 100644 --- a/.github/workflows/fedora-xfce-build.yml +++ b/.github/workflows/fedora-xfce-build.yml @@ -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