updating log interceptor for read role
Some checks failed
Main / changes (push) Successful in 23s
Main / build-and-test (push) Successful in 5m51s
Main / deploy (push) Failing after 21s

This commit is contained in:
2026-05-21 07:35:42 -05:00
parent 22fbf7615b
commit 344d4f5625
4 changed files with 6 additions and 3 deletions

View File

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