We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb73ac commit d10f2f4Copy full SHA for d10f2f4
1 file changed
.circleci/continue_config.yml
@@ -327,16 +327,16 @@ workflows:
327
matrix:
328
parameters:
329
engine:
330
- #- snowflake
331
- #- databricks
332
- #- redshift
+ - snowflake
+ - databricks
+ - redshift
333
- bigquery
334
- #- clickhouse-cloud
335
- #- athena
336
- #filters:
337
- # branches:
338
- # only:
339
- # - main
+ - clickhouse-cloud
+ - athena
+ filters:
+ branches:
+ only:
+ - main
340
- trigger_private_tests:
341
requires:
342
- style_and_cicd_tests
0 commit comments