updating log interceptor for read role
All checks were successful
Pull Request / changes (pull_request) Successful in 23s
Pull Request / build-and-test (pull_request) Successful in 4m15s

This commit is contained in:
2026-05-20 21:31:16 -05:00
parent 674ae1cf3c
commit 833b1b107c

View File

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