updating log interceptor for read role
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
# Flying API
|
# Flying API
|
||||||
|
|
||||||
An API for the Flying app.
|
An API for the Flying app.
|
||||||
|
|
||||||
|
...
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
...
|
||||||
Reference in New Issue
Block a user