Skip to content

Commit b50339a

Browse files
committed
remove: concurrency configuration from release workflow
1 parent f51c289 commit b50339a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,6 @@ on:
7272
CONTAINER_IMAGE_SCAN_RESULT_COS_API_KEY:
7373
required: false
7474

75-
concurrency:
76-
group: ${{ (github.ref_name == 'main' || github.ref_name == 'master')
77-
&& format('build-%s-%s', github.repository, github.run_id)
78-
|| format('build-%s', github.ref_name) }}
79-
cancel-in-progress: ${{ github.ref_name != 'main' && github.ref_name != 'master' }}
80-
8175
jobs:
8276
needs-scan-for-vulnerabilities:
8377
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)