Skip to content

Commit

Permalink
Only run a single release workflow at the same time
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Mar 20, 2024
1 parent 9fdd4b5 commit ac581df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ on:
type: string
description: Set an explicit version, that will overwrite release-type. Fails if version is not compliant.

# don't run two release processes at the same time
# but also don't cancel already running workflow because it might already be to late
concurrency:
group: ${{ github.workflow }}

jobs:
build-and-release:
name: Create a new release with pontos
Expand Down

0 comments on commit ac581df

Please sign in to comment.