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

@@ -15,7 +15,7 @@ jobs:
environment: ${{ inputs.environment_name }} environment: ${{ inputs.environment_name }}
steps: steps:
- name: Checkout - name: Checkout
uses: https://gitea.com/actions/checkout@v6 uses: actions/checkout@v4
with: with:
sparse-checkout: | sparse-checkout: |
api api

View File

@@ -8,9 +8,9 @@ jobs:
changes: changes:
uses: ./.gitea/workflows/changes.yaml uses: ./.gitea/workflows/changes.yaml
build: build-and-test:
if: ${{ needs.changes.outputs.api == '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

View File

@@ -1,3 +1,5 @@
# Flying API # Flying API
An API for the Flying app. An API for the Flying app.
...

View File

@@ -0,0 +1 @@
...