Skip to content

Commit 00e13b7

Browse files
github/workflows/scheduled-unit-tests: drop scheduled docker tests on stable-23.0
Adding the stable branches here is problematic: GitHub uses the workflow definitions from the default branch (master). The workflow might not match the stable branch. So drop it here. As a replacement, the current stable branch is tested on a labgrid fork that has the stable branch set as its default branch, so the workflow is maintained in the same branch as the code. Signed-off-by: Bastian Krause <[email protected]>
1 parent 5e4ab58 commit 00e13b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
branch: ['master', 'stable-23.0']
24+
branch: ['master']
2525
uses: ./.github/workflows/reusable-unit-tests-docker.yml
2626
with:
2727
branch: ${{ matrix.branch }}

0 commit comments

Comments
 (0)