ci: merge create_assets_xxx workflows and let AUR binary release workflow wait for it (#1100)

This commit is contained in:
SteveLauC
2025-04-08 14:34:48 +08:00
committed by GitHub
parent bc9746455e
commit b308fb92c0
3 changed files with 97 additions and 110 deletions

View File

@@ -1,13 +1,12 @@
name: Publish to AUR
on:
# workflow_run:
# workflows: ["Check SemVer compliance"]
# types:
# - completed
push:
tags:
- "v*"
# Step "Publish binary AUR package" needs the binaries built by the following
# workflow, so we wait for it to complete.
workflow_run:
workflows: ["Publish release files for CD native and non-cd-native environments"]
types:
- completed
jobs:
aur-publish: