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 name: Deploy to Production
on: on:
push: workflow_run:
branches: [main] workflows: [Prepare Release]
types: [completed]
workflow_dispatch: workflow_dispatch:
inputs: inputs:
release: release:
@@ -24,6 +25,7 @@ env:
jobs: jobs:
deploy: deploy:
name: Deploy to Production name: Deploy to Production
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 30 timeout-minutes: 30
outputs: outputs:
+2
View File
@@ -1,6 +1,8 @@
name: Prepare Release name: Prepare Release
on: on:
push:
branches: [main]
workflow_dispatch: workflow_dispatch:
inputs: inputs:
version: version: