We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d35f04e commit 9a5501eCopy full SHA for 9a5501e
1 file changed
.circleci/continue_config.yml
@@ -328,15 +328,15 @@ workflows:
328
parameters:
329
engine:
330
- snowflake
331
- #- databricks
332
- #- redshift
333
- #- bigquery
334
- #- clickhouse-cloud
335
- #- athena
336
- #filters:
337
- # branches:
338
- # only:
339
- # - main
+ - databricks
+ - redshift
+ - bigquery
+ - clickhouse-cloud
+ - athena
+ filters:
+ branches:
+ only:
+ - main
340
- trigger_private_tests:
341
requires:
342
- style_and_cicd_tests
0 commit comments