We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857e0cb commit b7b1852Copy full SHA for b7b1852
.github/workflows/sycl_linux_build_and_test.yml
@@ -198,7 +198,7 @@ jobs:
198
needs: [build, aws-start]
199
# Continue if build was successful. If aws-start is not successful all
200
# AWS tasks will fail, but all non-AWS tasks should continue.
201
- if: ${{ always() && (needs.build.outputs.job_status=='success') && inputs.lts_matrix != '[]' }}
+ if: ${{ always() && needs.build.result == 'success' && inputs.lts_matrix != '[]' }}
202
strategy:
203
fail-fast: false
204
max-parallel: ${{ inputs.max_parallel }}
0 commit comments