Skip to content

Commit

Permalink
VCST-1617: Update module-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEhlo authored Aug 5, 2024
1 parent 3505799 commit d7265f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/module-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit d7265f3

Please sign in to comment.