We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b66ee commit 037d514Copy full SHA for 037d514
.circleci/continue_config.yml
@@ -302,18 +302,18 @@ workflows:
302
matrix:
303
parameters:
304
engine:
305
- # - snowflake
306
- # - databricks
307
- # - redshift
308
- # - bigquery
309
- # - clickhouse-cloud
310
- # - athena
311
- # - fabric
+ - snowflake
+ - databricks
+ - redshift
+ - bigquery
+ - clickhouse-cloud
+ - athena
+ - fabric
312
- gcp-postgres
313
- # filters:
314
- # branches:
315
- # only:
316
- # - main
+ filters:
+ branches:
+ only:
+ - main
317
- ui_style
318
- ui_test
319
- vscode_test
0 commit comments