Skip to content

Commit 018c77a

Browse files
authored
Disable keepalive-workflow (#58)
1 parent c36b0a0 commit 018c77a

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

.github/workflows/Update.yaml

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,18 @@ jobs:
101101
# Work around having GitHub suspend the scheduled workflow if there is no commit activity
102102
# for the past 60 days. As this repo doesn't get much activity beyond artifact updates
103103
# this can be quite annoying.
104-
keepalive:
105-
name: Keepalive
106-
runs-on: ubuntu-latest
107-
# These permissions are needed to:
108-
# - Keep the workflow alive: https://github.com/marketplace/actions/keepalive-workflow#github-api-keepalive-workflow---default-for-github-actions-users
109-
permissions:
110-
actions: write
111-
steps:
112-
- uses: actions/checkout@v5
113-
- uses: gautamkrishnar/keepalive-workflow@v2
104+
#
105+
# 2026-03-06: The GHA https://github.com/gautamkrishnar/keepalive-workflow/ now shows the
106+
# message "This repository has been disabled" by GitHub Staff due to "a violation of
107+
# GitHub's terms of service".
108+
#
109+
# keepalive:
110+
# name: Keepalive
111+
# runs-on: ubuntu-latest
112+
# # These permissions are needed to:
113+
# # - Keep the workflow alive: https://github.com/marketplace/actions/keepalive-workflow#github-api-keepalive-workflow---default-for-github-actions-users
114+
# permissions:
115+
# actions: write
116+
# steps:
117+
# - uses: actions/checkout@v5
118+
# - uses: gautamkrishnar/keepalive-workflow@v2

0 commit comments

Comments
 (0)