CI: Remove concurrency from release-build.yml (#107192)
* CI: Remove concurrency from release-build.yml * CI: Remove concurrency from release-build.yml * remove artifacts-list publish because it is already being published
This commit is contained in:
@@ -6,10 +6,6 @@ on:
|
||||
- release-*.*.*
|
||||
- main
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: false
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
@@ -190,17 +186,3 @@ jobs:
|
||||
run-id: ${{ github.run_id }}
|
||||
bucket-path: ${{ needs.setup.outputs.version }}
|
||||
environment: prod
|
||||
publish-artifact-lists:
|
||||
name: Upload artifacts
|
||||
uses: grafana/grafana/.github/workflows/publish-artifact.yml@main
|
||||
permissions:
|
||||
id-token: write
|
||||
needs:
|
||||
- setup
|
||||
- build
|
||||
with:
|
||||
bucket: grafana-prerelease
|
||||
pattern: artifacts-list-*
|
||||
run-id: ${{ github.run_id }}
|
||||
bucket-path: ${{ needs.setup.outputs.version }}
|
||||
environment: prod
|
||||
|
||||
Reference in New Issue
Block a user