ci: merge create_assets_xxx workflows and let AUR binary release workflow wait for it (#1100)
This commit is contained in:
13
.github/workflows/release_to_aur.yml
vendored
13
.github/workflows/release_to_aur.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user