Skip to content

Commit

Permalink
Merge pull request #1226 from Bastian-Krause/bst/scheduled-stable-jobs
Browse files Browse the repository at this point in the history
github/workflows: add scheduled test jobs for stable branch
  • Loading branch information
Bastian-Krause committed Jul 4, 2023
2 parents 32bc748 + 4e8c906 commit 8012c90
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']
branch: ['master']
branch: ['master', 'stable-23.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']
branch: ['master', 'stable-23.0']
uses: ./.github/workflows/reusable-unit-tests-docker.yml
with:
branch: ${{ matrix.branch }}

0 comments on commit 8012c90

Please sign in to comment.