We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b2d8e6 commit 6ab4cc7Copy full SHA for 6ab4cc7
.circleci/continue_config.yml
@@ -309,18 +309,18 @@ workflows:
309
matrix:
310
parameters:
311
engine:
312
- # - snowflake
+ - snowflake
313
- databricks
314
- # - redshift
315
- # - bigquery
316
- # - clickhouse-cloud
317
- # - athena
318
- # - fabric
319
- # - gcp-postgres
320
- # filters:
321
- # branches:
322
- # only:
323
- # - main
+ - redshift
+ - bigquery
+ - clickhouse-cloud
+ - athena
+ - fabric
+ - gcp-postgres
+ filters:
+ branches:
+ only:
+ - main
324
- ui_style
325
- ui_test
326
- vscode_test
0 commit comments