Skip to content

Commit

Permalink
ci(composite-release): remove concurrency check
Browse files Browse the repository at this point in the history
This was causing constant cancels because I did something wrong I guess. 😉
  • Loading branch information
sheldonhull authored Jan 23, 2024
1 parent 443f282 commit 2559ec0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-composite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:
paths: [CHANGELOG.md] # your changelog file if different
workflow_dispatch:

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

permissions:
pull-requests: write
Expand Down

0 comments on commit 2559ec0

Please sign in to comment.