feat: unlock releases (#5480)
This commit is contained in:
committed by
GitHub
parent
978e37178b
commit
5a478adb4d
@@ -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:
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user