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: on:
workflow_run: workflow_run:
workflows: ["Prepare Release", "Validators (Pushes and Pull Requests)"] workflows: ["Prepare Release"]
types: [completed] types: [completed]
workflow_dispatch: workflow_dispatch:
inputs: inputs:
+4 -2
View File
@@ -1,8 +1,9 @@
name: Prepare Release name: Prepare Release
on: on:
push: workflow_run:
branches: [main] workflows: ["Validators (Pushes and Pull Requests)"]
types: [completed]
workflow_dispatch: workflow_dispatch:
inputs: inputs:
version: version:
@@ -16,6 +17,7 @@ env:
jobs: jobs:
build-and-release: build-and-release:
name: Build & Create Release name: Build & Create Release
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: