Skip to content

Commit

Permalink
.github/workflows/scheduled-unit-tests: drop scheduled docker tests o…
Browse files Browse the repository at this point in the history
…n 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]>
  • Loading branch information
Bastian-Krause committed Aug 14, 2024
1 parent 5e4ab58 commit 5c3e808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: ['master', 'stable-23.0']
branch: ['master']
uses: ./.github/workflows/reusable-unit-tests-docker.yml
with:
branch: ${{ matrix.branch }}

0 comments on commit 5c3e808

Please sign in to comment.