Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit bfe204a

Browse files
evvaaaacoretl
authored andcommitted
Removed scheduled job in code.yaml and added keepalive-workflow
1 parent ea63670 commit bfe204a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/code.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name: Code CI
33
on:
44
push:
55
pull_request:
6-
schedule:
7-
# Run weekly to check latest versions of dependencies
8-
- cron: "0 8 * * WED"
96
env:
107
# The target python version, which must match the Dockerfile version
118
CONTAINER_PYTHON: "3.11"

.github/workflows/linkcheck.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ jobs:
2222

2323
- name: Check links
2424
run: tox -e docs build -- -b linkcheck
25+
26+
- name: Keepalive Workflow
27+
uses: gautamkrishnar/keepalive-workflow@v1

0 commit comments

Comments
 (0)