From 52edb35867ee404b1708e18c642fc24008c11457 Mon Sep 17 00:00:00 2001 From: Shamzic Date: Wed, 7 Feb 2024 14:37:44 +0100 Subject: [PATCH] test branch --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 39a2ffc..c9c0054 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -49,7 +49,7 @@ jobs: name: Preproduction continuous deployment Eclipse runs-on: ubuntu-20.04 needs: [install_python_requirements, lint_ansible_files] - if: github.ref == 'refs/heads/dev' + if: github.ref == 'refs/heads/preprod-cd' steps: - name: Eclipse Deployment shell: bash