updating log interceptor for read role #134

Merged
noah merged 2 commits from 133-read-role-returns-500-from-api into main 2026-05-20 22:37:06 -04:00
Showing only changes of commit 833b1b107c - Show all commits

View File

@@ -8,8 +8,8 @@ jobs:
uses: ./.gitea/workflows/changes.yaml
build:
if: ${{ needs.changes.outputs.app == 'true' || needs.changes.outputs.client == 'true'}}
name: build
if: ${{ needs.changes.outputs.api == 'true' || needs.changes.outputs.client == 'true'}}
name: build-and-test
needs:
- changes
uses: ./.gitea/workflows/build_and_test.yaml