We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29aa6cc commit 37dc004Copy full SHA for 37dc004
2 files changed
.github/workflows/recurring-tests.yml
@@ -48,7 +48,7 @@ jobs:
48
# and the back-compat of the weekly tests.
49
weekly-linux:
50
needs: get-pylance-versions
51
- name: "Weekly: Linux Python 3.12 (Pylance ${{ matrix.pylance-version }})"
+ name: "Recurring: Linux (Pylance ${{ matrix.pylance-version }})"
52
runs-on: ubuntu-24.04
53
timeout-minutes: 300
54
strategy:
@@ -92,7 +92,7 @@ jobs:
92
93
# This job is used to test the weekly tests on the main branch.
94
weekly-linux-fresh-main:
95
- name: "Weekly: Linux Python 3.12 (main)"
+ name: "Recurring: Linux (main)"
96
97
98
defaults:
python/python/tests/weekly/test_weekly.py …on/python/tests/weekly/test_recurring.pypython/python/tests/weekly/test_weekly.py renamed to python/python/tests/weekly/test_recurring.py
0 commit comments