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:
Kevin Minehart
2025-06-25 15:05:42 +00:00
committed by GitHub
parent 5abc5997ae
commit 51629f6d44
-18
View File
@@ -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