Skip to content

Commit

Permalink
concurrency hinzugefuegt
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Oct 15, 2023
1 parent e72c584 commit 05735f8
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
@@ -1,5 +1,11 @@
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 }}
cancel-in-progress: true

on:
# schedule:
# # run at 5 every sunday
Expand Down

0 comments on commit 05735f8

Please sign in to comment.