feat: unlock releases (#5480)

This commit is contained in:
Daniel Gak Anagrov
2025-09-17 16:32:30 +02:00
committed by GitHub
parent 978e37178b
commit 5a478adb4d
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -18,7 +18,6 @@ on:
jobs:
deployment-test-helm-chart:
runs-on: blacksmith-8vcpu-ubuntu-2404
if: false
steps:
- uses: actions/checkout@v4.2.2
with:
+1 -1
View File
@@ -49,7 +49,7 @@ jobs:
secrets: inherit
deploy:
needs: [get-version, tests, builds, test-deployments]
needs: [get-version, tests, builds] # test-deployments provisionally unlock releases
uses: ./.github/workflows/publish.yml
with:
IMAGE_VERSION_TAG: ${{ needs.get-version.outputs.IMAGE_VERSION_TAG }}