Merge pull request #5004 from vegaprotocol/chore/fix-multiline-condition

chore(ci): merge main fixes to develop
This commit is contained in:
Radosław Szpiech 2023-10-10 10:17:49 +02:00 committed by GitHub
commit 3371e8e2cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -208,7 +208,7 @@ jobs:
name: '(CI) console python'
uses: ./.github/workflows/console-test-run.yml
secrets: inherit
if: ${{ needs.check-e2e-needed.outputs.run-tests == 'true' }} && ${{ contains(fromJSON(needs.build-sources.outputs.projects), 'trading') }}
if: needs.check-e2e-needed.outputs.run-tests == 'true' && contains(needs.build-sources.outputs.projects, 'trading')
with:
github-sha: ${{ github.event.pull_request.head.sha || github.sha }}