File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4242 runs-on : ubuntu-latest
4343 env :
4444 REGRESSION_TEST : DownloadStreamingRegressionTesting
45- HAS_S3_CHANGES : ${{ needs.check-s3-related-changes.outputs.force_tests }}
45+ HAS_S3_CHANGES : ${{ ( needs.check-s3-related-changes.outputs.force_tests) || (needs.check-s3-related-changes.has_s3_related_changes) }}
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 }}
66+ HAS_S3_CHANGES : ${{ ( needs.check-s3-related-changes.outputs.force_tests) || (needs.check-s3-related-changes.has_s3_related_changes) }}
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