ci: wait for concurrent candidate publication
Nuvisphere/Platform-CI: Immutable QuickStack OCI deployment / Build once and deploy exact digest (push) Successful in 23s

This commit is contained in:
2026-08-24 09:40:35 +02:00
parent b6a550e9a3
commit 8f8110fb67
4 changed files with 89 additions and 6 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ concurrency:
jobs:
build_and_deploy:
name: Build once and deploy exact digest
name: ${{ gitea.event_name == 'pull_request' && 'Validate existing candidate without deployment' || gitea.event_name == 'push' && 'Build, publish and deploy exact candidate' || 'Validate or redeploy declared pipeline' }}
runs-on: ubuntu-latest
permissions:
contents: write