Skip to content

Commit 68382b5

Browse files
committed
CI: synchronize arm-build and publish to winget workflows
Signed-off-by: Christian Brabandt <[email protected]>
1 parent e20e539 commit 68382b5

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.github/workflows/winget_nightly.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: Publish to WinGet
2+
3+
# Only run after the Arm Artifacts have been uploaded
24
on:
3-
release:
4-
types: [released]
5+
workflow_run:
6+
workflows: ["Build Vim for Windows ARM (on Release)"]
7+
types: [completed]
8+
59
jobs:
610
publish:
711
runs-on: ubuntu-latest

.github/workflows/winget_stable.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: Publish to WinGet Stable
2+
3+
# Wait for the Workflow Publish to Winget to be completed
24
on:
3-
release:
4-
types: [released]
5+
workflow_run:
6+
workflows: ["Publish to WinGet"]
7+
types: [completed]
8+
59
jobs:
610
check-update-job:
711
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)