Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardfeng-db committed Sep 2, 2024
1 parent dff788b commit b2760f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,12 @@ jobs:
- name: "Install jd"
run: go install github.com/josephburnett/jd@v1.8.1

- run: make schema
- name: Run make schema
run: |
make schema
env:
BASE_COMMIT: ${{ github.event_name == 'pull_request' && github.base_ref || github.event.inputs.base }}
shell: bash

- run: make diff-schema
env:
Expand Down

0 comments on commit b2760f9

Please sign in to comment.