We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55441ba commit d956ba0Copy full SHA for d956ba0
1 file changed
.circleci/continue_config.yml
@@ -311,16 +311,16 @@ workflows:
311
matrix:
312
parameters:
313
engine:
314
-# - snowflake
+ - snowflake
315
- databricks
316
-# - redshift
317
-# - bigquery
318
-# - clickhouse-cloud
319
-# - athena
320
-# filters:
321
-# branches:
322
-# only:
323
-# - main
+ - redshift
+ - bigquery
+ - clickhouse-cloud
+ - athena
+ filters:
+ branches:
+ only:
+ - main
324
- trigger_private_tests:
325
requires:
326
- style_and_cicd_tests
0 commit comments