Skip to content

Commit

Permalink
Fix concurrency in priv release (#10351)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper authored Nov 3, 2023
1 parent 46b8232 commit 0717248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ on:
OSS_ACCESS_KEY_SECRET:
required: true
concurrency:
group: release-${{ github.ref }}
group: release-${{ github.ref }}-${{ inputs.branch }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
env:
ONEFLOW_SRC: .
Expand Down

0 comments on commit 0717248

Please sign in to comment.