Add manual jobs from common
All checks were successful
Build and Test Staging / determine_version (pull_request) Successful in 7s
Build and Test Staging / build_and_push (pull_request) Successful in 6s
Build and Test Staging / deploy_production (pull_request) Successful in 6s
Build and Test Staging / test (pull_request) Successful in 5s

This commit is contained in:
2025-07-09 02:32:18 -07:00
parent d6a3341944
commit cb2c9dece3
2 changed files with 22 additions and 4 deletions

View File

@@ -4,7 +4,16 @@ on:
branches: [main] branches: [main]
jobs: jobs:
build_test_deploy: determine_version:
uses: ./.gitea/workflows/build-common.yaml uses: ./.gitea/workflows/build-common.yaml
with: with:
build_environment: production build_environment: production
build_and_push:
uses: ./.gitea/workflows/build-common.yaml
test:
uses: ./.gitea/workflows/build-common.yaml
deploy_production:
uses: ./.gitea/workflows/build-common.yaml

View File

@@ -4,7 +4,16 @@ on:
types: [ opened, synchronize, reopened ] types: [ opened, synchronize, reopened ]
jobs: jobs:
build_test_deploy: determine_version:
uses: ./.gitea/workflows/build-common.yaml uses: ./.gitea/workflows/build-common.yaml
with: with:
build_environment: staging build_environment: staging
build_and_push:
uses: ./.gitea/workflows/build-common.yaml
test:
uses: ./.gitea/workflows/build-common.yaml
deploy_production:
uses: ./.gitea/workflows/build-common.yaml