ci(gitea): serialize pipeline into Validators -> Prepare Release -> Deploy sequence
Validators (Pushes and Pull Requests) / validate-ui-and-storage (push) Successful in 23s
Validators (Pushes and Pull Requests) / validate-core (push) Successful in 2m7s

This commit is contained in:
2026-07-12 13:51:59 +09:00
parent 97447a551f
commit c6f269e30a
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ name: Deploy to Production
on:
workflow_run:
workflows: ["Prepare Release", "Validators (Pushes and Pull Requests)"]
workflows: ["Prepare Release"]
types: [completed]
workflow_dispatch:
inputs:
+4 -2
View File
@@ -1,8 +1,9 @@
name: Prepare Release
on:
push:
branches: [main]
workflow_run:
workflows: ["Validators (Pushes and Pull Requests)"]
types: [completed]
workflow_dispatch:
inputs:
version:
@@ -16,6 +17,7 @@ env:
jobs:
build-and-release:
name: Build & Create Release
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
timeout-minutes: 30
outputs: