Skip to content

Commit

Permalink
ci(generate_release): remove concurrency group
Browse files Browse the repository at this point in the history
all releases should have artifacts associated with it
  • Loading branch information
Shawn Yu authored and Shawn Yu committed May 13, 2024
1 parent 399d3fb commit 4224a6c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
branches:
- "**"

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

jobs:
release:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -37,4 +33,3 @@ jobs:
uses: cli/gh-extension-precompile@v1
with:
go_version: "1.21"

0 comments on commit 4224a6c

Please sign in to comment.