We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a3a7f commit 709af33Copy full SHA for 709af33
2 files changed
.github/actions/python-install/action.yml
@@ -49,7 +49,7 @@ runs:
49
#----------------------------------------------
50
# install Python
51
52
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
53
id: pythonInstallStep
54
with:
55
python-version: ${{ inputs.python-version }}
.github/workflows/python-run-tests-test.yml
@@ -6,8 +6,8 @@ on:
6
# Allows you to run this workflow manually from the Actions tab
7
workflow_dispatch:
8
# schedules this to run weekly
9
- schedule:
10
- - cron: '5 3 * * 0' # At 03:05 on Sunday
+ # schedule:
+ # - cron: '5 3 * * 0' # At 03:05 on Sunday
11
push:
12
branches: [main, pre-release]
13
pull_request:
0 commit comments