Merge remote-tracking branch 'origin/main' into chore/fix-multiline-condition

This commit is contained in:
Rado 2023-10-09 17:29:36 +02:00
commit 5843a36851
No known key found for this signature in database
GPG Key ID: DAF3EB1C00E368F7

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 }}