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 344efc0 commit dce6d35Copy full SHA for dce6d35
.github/workflows/ci.yml
@@ -830,6 +830,7 @@ jobs:
830
|| steps.tests-bq-smoke.outcome == 'failure'
831
|| steps.tests-iceberg.outcome == 'failure'
832
|| steps.tests-redshift.outcome == 'failure'
833
+ || steps.tests-teradata.outcome == 'failure'
834
|| steps.tests-snowflake.outcome == 'failure'
835
}}
836
upload-heap-dump: ${{ env.SECRETS_PRESENT == '' && github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository }}
0 commit comments