fixing log view edit error

This commit is contained in:
2025-02-02 19:49:07 -06:00
parent b04b67ea70
commit 5908031302
2 changed files with 4 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ jobs:
uses: ./.github/workflows/changes.yaml
build-api:
if: ${{ needs.changes.outputs.api == 'true' }}
name: build-api
needs:
- changes
@@ -18,6 +19,7 @@ jobs:
secrets: inherit
build-app:
if: ${{ needs.changes.outputs.app == 'true' }}
name: build-app
needs:
- changes