Skip to content

Commit

Permalink
Prevent concurrent runs for Bump version & Publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leroykorterink committed May 8, 2023
1 parent ecc6f55 commit e038e84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bump-version-and-publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Bump version & Publish

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
workflow_dispatch:
inputs:
Expand Down

0 comments on commit e038e84

Please sign in to comment.