Skip to content

Commit

Permalink
check for pending model changes in fw lite, not lexbox
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Jan 15, 2025
1 parent 38dbfbc commit 1f3c1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fw-lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
echo "SEMVER_VERSION=$(date +%Y.%-m.%-d)" >> ${GITHUB_OUTPUT}
- name: Check for pending EF model changes
run: task api:has-pending-model-changes
run: task fw-lite:has-pending-model-changes

- name: Build viewer
working-directory: frontend/viewer
Expand Down

0 comments on commit 1f3c1e8

Please sign in to comment.