Skip to content

Commit

Permalink
[CI] Deploy to shopware demo from Github
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreGauthier authored Nov 7, 2023
1 parent df99325 commit 61658ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-demo-shopware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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:
Expand Down

0 comments on commit 61658ce

Please sign in to comment.