File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 outputs :
1818 has_s3_related_changes : ${{ steps.check-changes.outputs.has_s3_related_changes }}
19- force_tests : ${{ contains(github.event.pull_request.labels.*.name, 'force-s3-regression-tests') }}
19+ force_tests : ${{ contains(github.event.pull_request.labels.*.name, 'force-s3-regression-tests') || steps.check-changes.outputs.has_s3_related_changes }}
2020 steps :
2121 - uses : actions/checkout@v4
2222 with :
4242 runs-on : ubuntu-latest
4343 env :
4444 REGRESSION_TEST : DownloadStreamingRegressionTesting
45- HAS_S3_CHANGES : ${{ ( needs.check-s3-related-changes.outputs.force_tests == true) || (needs.check-s3-related-changes.has_s3_related_changes == true) }}
45+ HAS_S3_CHANGES : ${{ needs.check-s3-related-changes.outputs.force_tests }}
4646 steps :
4747 - name : Configure AWS Credentials
4848 uses : aws-actions/configure-aws-credentials@v4
6363 runs-on : ubuntu-latest
6464 env :
6565 REGRESSION_TEST : ControlPlaneOperationRegressionTesting
66- HAS_S3_CHANGES : ${{ ( needs.check-s3-related-changes.outputs.force_tests) || (needs.check-s3-related-changes.has_s3_related_changes) }}
66+ HAS_S3_CHANGES : ${{ needs.check-s3-related-changes.outputs.force_tests }}
6767 steps :
6868 - name : Configure AWS Credentials
6969 uses : aws-actions/configure-aws-credentials@v4
You can’t perform that action at this time.
0 commit comments