Skip to content

Commit

Permalink
github/workflows: add scheduled test jobs for stable branch
Browse files Browse the repository at this point in the history
Signed-off-by: Bastian Krause <bst@pengutronix.de>
  • Loading branch information
Bastian-Krause committed Jul 3, 2023
1 parent 32bc748 commit 4e8c906
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 4e8c906

Please sign in to comment.