We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51c289 commit b50339aCopy full SHA for b50339a
.github/workflows/release.yml
@@ -72,12 +72,6 @@ on:
72
CONTAINER_IMAGE_SCAN_RESULT_COS_API_KEY:
73
required: false
74
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
-
81
jobs:
82
needs-scan-for-vulnerabilities:
83
runs-on: ubuntu-latest
0 commit comments