Skip to content

Commit 3998d55

Browse files
committed
ci: remove tos-breaking keepalive action
1 parent fec7ac1 commit 3998d55

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

.github/workflows/pages.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
ruby_version: ['3.1']
19-
python_version: ['3.10']
19+
python_version: ['3.12']
2020
steps:
2121
- name: Checkout 🛎️
2222
uses: actions/checkout@v2 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
@@ -69,6 +69,15 @@ jobs:
6969
git-config-name: GitHub Actions
7070
git-config-email: [email protected]
7171

72-
# Needed to prevent GitHub from disabling the cronjob after 60 days of repo inactivity
73-
# https://dev.to/gautamkrishnar/how-to-prevent-github-from-suspending-your-cronjob-based-triggers-knf
74-
- uses: gautamkrishnar/keepalive-workflow@master # using the workflow with default settings
72+
# Needed to prevent GitHub from disabling the cronjob after 60 days of repo inactivity
73+
# https://github.com/marketplace/actions/keepalive-workflow
74+
# https://dev.to/gautamkrishnar/how-to-prevent-github-from-suspending-your-cronjob-based-triggers-knf
75+
# Repo Disabled by GitHub due to breaking ToS!
76+
#keepalive-job:
77+
# name: Keepalive Workflow
78+
# runs-on: ubuntu-latest
79+
# permissions:
80+
# actions: write
81+
# steps:
82+
# - uses: actions/checkout@v4
83+
# - uses: gautamkrishnar/keepalive-workflow@v2

0 commit comments

Comments
 (0)