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