From b7e31a29691a4b0d003b28905bd136f455ef6be0 Mon Sep 17 00:00:00 2001 From: Curtis Vogt Date: Fri, 6 Mar 2026 13:26:41 -0600 Subject: [PATCH] Disable keepalive-workflow --- .github/workflows/Update.yaml | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/.github/workflows/Update.yaml b/.github/workflows/Update.yaml index 14cdb4b..8eab315 100644 --- a/.github/workflows/Update.yaml +++ b/.github/workflows/Update.yaml @@ -101,13 +101,18 @@ jobs: # Work around having GitHub suspend the scheduled workflow if there is no commit activity # for the past 60 days. As this repo doesn't get much activity beyond artifact updates # this can be quite annoying. - keepalive: - name: Keepalive - runs-on: ubuntu-latest - # These permissions are needed to: - # - Keep the workflow alive: https://github.com/marketplace/actions/keepalive-workflow#github-api-keepalive-workflow---default-for-github-actions-users - permissions: - actions: write - steps: - - uses: actions/checkout@v5 - - uses: gautamkrishnar/keepalive-workflow@v2 + # + # 2026-03-06: The GHA https://github.com/gautamkrishnar/keepalive-workflow/ now shows the + # message "This repository has been disabled" by GitHub Staff due to "a violation of + # GitHub's terms of service". + # + # keepalive: + # name: Keepalive + # runs-on: ubuntu-latest + # # These permissions are needed to: + # # - Keep the workflow alive: https://github.com/marketplace/actions/keepalive-workflow#github-api-keepalive-workflow---default-for-github-actions-users + # permissions: + # actions: write + # steps: + # - uses: actions/checkout@v5 + # - uses: gautamkrishnar/keepalive-workflow@v2