Skip to content

Commit 49e1667

Browse files
authored
Merge pull request #1230 from Bastian-Krause/bst/disable-scheduled-stable-ci
github/workflows: do not build scheduled unit tests for stable-23.0
2 parents 8012c90 + 3825a39 commit 49e1667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scheduled-unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
python-version: ['3.8', '3.9', '3.10', '3.11']
14-
branch: ['master', 'stable-23.0']
14+
branch: ['master']
1515
uses: ./.github/workflows/reusable-unit-tests.yml
1616
with:
1717
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)