Skip to content

Commit 8a2e9c2

Browse files
run cloud tests; skip vscode tests
1 parent 2e7eaf2 commit 8a2e9c2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.circleci/continue_config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -299,14 +299,14 @@ workflows:
299299
engine:
300300
- snowflake
301301
- databricks
302-
- redshift
302+
# - redshift
303303
- bigquery
304-
- clickhouse-cloud
305-
- athena
306-
filters:
307-
branches:
308-
only:
309-
- main
304+
# - clickhouse-cloud
305+
# - athena
306+
# filters:
307+
# branches:
308+
# only:
309+
# - main
310310
- ui_style
311311
- ui_test
312312
- vscode_test

.github/workflows/pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ on:
22
push:
33
branches:
44
- main
5-
pull_request:
6-
branches:
7-
- main
5+
# pull_request:
6+
# branches:
7+
# - main
88
concurrency:
99
group: 'pr-${{ github.event.pull_request.number }}'
1010
cancel-in-progress: true

0 commit comments

Comments
 (0)