ci: chain release build into production deploy
Validators (Pushes and Pull Requests) / validate-ui-and-storage (push) Successful in 22s
Prepare Release / Build & Create Release (push) Successful in 1m0s
Prepare Release / Release Notification (push) Successful in 1s
Validators (Pushes and Pull Requests) / validate-core (push) Successful in 1m55s

This commit is contained in:
2026-07-12 12:59:27 +09:00
parent ecc7deed08
commit f8ff3a2c46
2 changed files with 6 additions and 2 deletions
+4 -2
View File
@@ -1,8 +1,9 @@
name: Deploy to Production
on:
push:
branches: [main]
workflow_run:
workflows: [Prepare Release]
types: [completed]
workflow_dispatch:
inputs:
release:
@@ -24,6 +25,7 @@ env:
jobs:
deploy:
name: Deploy to Production
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
timeout-minutes: 30
outputs:
+2
View File
@@ -1,6 +1,8 @@
name: Prepare Release
on:
push:
branches: [main]
workflow_dispatch:
inputs:
version: