Skip to content

Commit 89e8ed6

Browse files
committed
Disable building of parser
1 parent a81c99d commit 89e8ed6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/dependency-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ jobs:
7878
if: steps.merge_main.outputs.skip == 'false' && steps.check_doltgresql_pr.outputs.comment_exists == 'false'
7979
run: git clone https://github.com/dolthub/doltgresql.git
8080

81-
- name: Build DoltgreSQL's parser
82-
if: steps.merge_main.outputs.skip == 'false' && steps.check_doltgresql_pr.outputs.comment_exists == 'false'
83-
run: |
84-
cd doltgresql
85-
./postgres/parser/build.sh
81+
# - name: Build DoltgreSQL's parser
82+
# if: steps.merge_main.outputs.skip == 'false' && steps.check_doltgresql_pr.outputs.comment_exists == 'false'
83+
# run: |
84+
# cd doltgresql
85+
# ./postgres/parser/build.sh
8686

8787
- name: Test Dolt against main
8888
id: test_dolt_main

0 commit comments

Comments
 (0)