updating infrastructure

This commit is contained in:
2025-11-23 10:47:54 -06:00
parent 3ca72b2c7d
commit 662dcc0a64
3 changed files with 10 additions and 21 deletions

View File

@@ -7,23 +7,12 @@ jobs:
changes:
uses: ./.github/workflows/changes.yaml
build-api:
if: ${{ needs.changes.outputs.api == 'true' }}
name: build-api
build:
if: ${{ needs.changes.outputs.app == 'true' || needs.changes.outputs.client == 'true'}}
name: build
needs:
- changes
uses: ./.github/workflows/api_build.yaml
with:
environment_name: pull_request
version_number: ${{ github.run_id }}
secrets: inherit
build-app:
if: ${{ needs.changes.outputs.app == 'true' }}
name: build-app
needs:
- changes
uses: ./.github/workflows/app_build.yaml
uses: ./.github/workflows/build.yaml
with:
environment_name: pull_request
version_number: ${{ github.run_id }}