updating log interceptor for read role
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
environment: ${{ inputs.environment_name }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: https://gitea.com/actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
sparse-checkout: |
|
||||
api
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# Flying API
|
||||
|
||||
An API for the Flying app.
|
||||
|
||||
...
|
||||
@@ -0,0 +1 @@
|
||||
...
|
||||
Reference in New Issue
Block a user