Skip to content

Commit

Permalink
Merge pull request #1475 from Bastian-Krause/bst/scheduled-docker-stable
Browse files Browse the repository at this point in the history
github/workflows/scheduled-unit-tests: drop scheduled docker tests on stable-23.0
  • Loading branch information
Bastian-Krause authored Aug 15, 2024
2 parents 5e4ab58 + 00e13b7 commit f472ae7
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 f472ae7

Please sign in to comment.