From b69486cc812ab67c99cb1e9bc82158e1f5ea580f Mon Sep 17 00:00:00 2001 From: Richi Date: Fri, 6 Oct 2023 11:00:28 +0200 Subject: [PATCH] beta deploy conditions --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7ebf061..41db8c2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: name: Deploy to staging if: needs.conditions.outputs.staging == 'true' needs: [conditions] - uses: bratislava/github-actions/.github/workflows/deploy-with-bratiska-cli.yml@stable + uses: bratislava/github-actions/.github/workflows/deploy-with-bratiska-cli.yml@beta with: directory: ./ cluster: tkg-innov-staging