We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8012c90 + 3825a39 commit 49e1667Copy full SHA for 49e1667
.github/workflows/scheduled-unit-tests.yml
@@ -11,7 +11,7 @@ jobs:
11
fail-fast: false
12
matrix:
13
python-version: ['3.8', '3.9', '3.10', '3.11']
14
- branch: ['master', 'stable-23.0']
+ branch: ['master']
15
uses: ./.github/workflows/reusable-unit-tests.yml
16
with:
17
python-version: ${{ matrix.python-version }}
0 commit comments