fixing log view edit error

This commit is contained in:
2025-02-02 19:46:29 -06:00
parent 38d046eb05
commit b04b67ea70
2 changed files with 20 additions and 2 deletions

View File

@@ -4,8 +4,13 @@ on:
pull_request:
jobs:
changes:
uses: ./.github/workflows/changes.yaml
build-api:
name: build-api
needs:
- changes
uses: ./.github/workflows/api_build.yaml
with:
environment_name: pull_request
@@ -14,6 +19,8 @@ jobs:
build-app:
name: build-app
needs:
- changes
uses: ./.github/workflows/app_build.yaml
with:
environment_name: pull_request