Skip to content

Commit

Permalink
undo regression-tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifersp committed Nov 18, 2024
1 parent 06d105d commit 5931ec2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,6 @@ jobs:
go test --timeout=20m ./... --count=1
cp ../out/results.trackers ../out/results1.trackers
- name: Switch to PR branch
id: checkout_doltgresql_pr
if: steps.merge_main.outputs.skip == 'false'
continue-on-error: true
run: |
git reset --hard
git checkout ${{ github.event.pull_request.head.sha }}
./postgres/parser/build.sh
- name: Check result trackers
id: check_trackers
if: steps.merge_main.outputs.skip == 'false'
Expand Down

0 comments on commit 5931ec2

Please sign in to comment.