Skip to content

Commit 709af33

Browse files
committed
remove python-run-tests-test schedule
1 parent 43a3a7f commit 709af33

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/python-install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ runs:
4949
#----------------------------------------------
5050
# install Python
5151
#----------------------------------------------
52-
- uses: actions/setup-python@v5
52+
- uses: actions/setup-python@v6
5353
id: pythonInstallStep
5454
with:
5555
python-version: ${{ inputs.python-version }}

.github/workflows/python-run-tests-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
# Allows you to run this workflow manually from the Actions tab
77
workflow_dispatch:
88
# schedules this to run weekly
9-
schedule:
10-
- cron: '5 3 * * 0' # At 03:05 on Sunday
9+
# schedule:
10+
# - cron: '5 3 * * 0' # At 03:05 on Sunday
1111
push:
1212
branches: [main, pre-release]
1313
pull_request:

0 commit comments

Comments
 (0)