From 89fd822d787e7b4424b9558cb5393751d1e97a83 Mon Sep 17 00:00:00 2001 From: Drikus Roor Date: Wed, 15 May 2024 15:47:41 +0200 Subject: [PATCH] chore: Update podman.yml workflow conditions for acceptance deployment --- .github/workflows/podman.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/podman.yml b/.github/workflows/podman.yml index 04abcc7ed..10a7ab29a 100644 --- a/.github/workflows/podman.yml +++ b/.github/workflows/podman.yml @@ -100,7 +100,7 @@ jobs: name: Deploy to acceptance environment environment: Acceptance runs-on: ACC - if: github.ref == 'refs/heads/main' || github.ref == 'refs/tags/*' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main') + if: true || github.ref == 'refs/heads/main' || github.ref == 'refs/tags/*' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main') concurrency: group: ${{ github.workflow }}-${{ github.ref }} env: