Skip to content

Commit

Permalink
HACK: github: run on stable-24.0 branch instead of master
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian-Krause committed Oct 8, 2024
1 parent fd3b71a commit 5e58b22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scheduled-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
branch: ['master']
branch: ['stable-24.0']
uses: ./.github/workflows/reusable-unit-tests.yml
with:
python-version: ${{ matrix.python-version }}
Expand All @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: ['master', 'stable-23.0']
branch: ['stable-24.0']
uses: ./.github/workflows/reusable-unit-tests-docker.yml
with:
branch: ${{ matrix.branch }}

0 comments on commit 5e58b22

Please sign in to comment.