Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
concurrency korrigiert
Browse files Browse the repository at this point in the history
AlvinSchiller committed Oct 15, 2023
1 parent 05735f8 commit 27e3b57
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker_bullseye_target_unified.yml
Original file line number Diff line number Diff line change
@@ -25,6 +25,8 @@ env:

jobs:
prepare:
name: Prepare base image for tests
concurrency: ${{ github.ref }}-prepare
runs-on: ubuntu-latest

steps:
@@ -52,6 +54,10 @@ jobs:

test:
needs: prepare
name: Runs tests
concurrency:
group: ${{ github.ref }}-test
cancel-in-progress: true
runs-on: ubuntu-latest

strategy:

0 comments on commit 27e3b57

Please sign in to comment.