diff --git a/.github/workflows/module-ci.yml b/.github/workflows/module-ci.yml index 16340610..aa4f18b3 100644 --- a/.github/workflows/module-ci.yml +++ b/.github/workflows/module-ci.yml @@ -238,7 +238,7 @@ jobs: echo "Jira Upload Build Info response: ${{ steps.push_build_info_to_jira.outputs.response }}" module-katalon-tests: - if: ${{ ((github.ref == 'refs/heads/dev') && (github.event_name == 'push') && (needs.ci.outputs.run-e2e == 'true')) || + if: ${{ ((github.ref == 'refs/heads/dev') && (github.event_name == 'push') && (needs.ci.outputs.run-e2e == 'true') || (github.ref == 'refs/heads/VCST-1617')) || (github.event_name == 'workflow_dispatch')}} needs: 'ci' uses: VirtoCommerce/.github/.github/workflows/e2e.yml@v3.800.6