We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 643613c commit aa8944bCopy full SHA for aa8944b
.circleci/continue_config.yml
@@ -314,17 +314,17 @@ workflows:
314
parameters:
315
engine:
316
- snowflake
317
- # - databricks
318
- # - redshift
319
- # - bigquery
320
- # - clickhouse-cloud
321
- # - athena
322
- # - fabric
+ - databricks
+ - redshift
+ - bigquery
+ - clickhouse-cloud
+ - athena
+ - fabric
323
- gcp-postgres
324
- # filters:
325
- # branches:
326
- # only:
327
- # - main
+ filters:
+ branches:
+ only:
+ - main
328
- ui_style
329
- ui_test
330
- vscode_test
0 commit comments