From 61658ced3126a38e764d4639a15de6fe326b4bc2 Mon Sep 17 00:00:00 2001 From: PierreGauthier Date: Tue, 7 Nov 2023 14:37:06 +0100 Subject: [PATCH] [CI] Deploy to shopware demo from Github --- .github/workflows/deploy-demo-shopware.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy-demo-shopware.yml b/.github/workflows/deploy-demo-shopware.yml index 5cbdbec7f..de798dfc8 100644 --- a/.github/workflows/deploy-demo-shopware.yml +++ b/.github/workflows/deploy-demo-shopware.yml @@ -12,7 +12,7 @@ on: jobs: tests: name: Tests - if: ${{ inputs.skip_tests == false && startsWith(github.ref, 'refs/tags/') }} + if: ${{ inputs.skip_tests == false }} uses: ./.github/workflows/tests.yml with: version: ${{ github.ref_name }} @@ -24,7 +24,6 @@ jobs: name: Deploy gally for shopware demo if: | always() && - startsWith(github.ref, 'refs/tags/') && (needs.tests.result == 'success' || needs.tests.result == 'skipped') uses: ./.github/workflows/deploy-int.yml with: