From 833b1b107cf44fe0e5975ebe69c73318d531f6ca Mon Sep 17 00:00:00 2001 From: noahspannbauer Date: Wed, 20 May 2026 21:31:16 -0500 Subject: [PATCH] updating log interceptor for read role --- .gitea/workflows/pull_request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index b7fc872..8cb6fb5 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -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