Skip to content

Commit

Permalink
concurrency korrigiert
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Oct 15, 2023
1 parent b0a9fc8 commit db5ff9b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/docker_bullseye_target_unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Test Install Scripts Target Unified

# let only one instance run the test so cache is not corrupted.
# cancel already running instances as only the last run will be relevant
concurrency:
group: ${{ github.ref }}-target-unified
cancel-in-progress: true

on:
# schedule:
Expand All @@ -23,7 +26,6 @@ env:
jobs:
prepare:
name: Prepare base image for tests
concurrency: ${{ github.ref }}-prepare
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -51,10 +53,7 @@ jobs:

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

strategy:
Expand Down

0 comments on commit db5ff9b

Please sign in to comment.