File tree Expand file tree Collapse file tree 1 file changed +15
-10
lines changed
Expand file tree Collapse file tree 1 file changed +15
-10
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments