Skip to content

Commit 6599d29

Browse files
committed
ci: Make release verify jobs depend on release-2-cargo-publish
Since steps 3, 3.1, and 4 are now executed as reusable workflows, the `workflow_run` trigger must reference the top-level release workflow instead of the child ones, as reusable workflows do not generate separate runs.
1 parent dea1796 commit 6599d29

5 files changed

Lines changed: 5 additions & 5 deletions

.github/workflows/release-5-verify-cargo-binstall.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
type: string
1010
workflow_run:
1111
workflows:
12-
- release-3.1-upload-artifacts
12+
- release-2-cargo-publish
1313
types:
1414
- completed
1515

.github/workflows/release-5-verify-cargo-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
type: string
1212
workflow_run:
1313
workflows:
14-
- release-3.1-upload-artifacts
14+
- release-2-cargo-publish
1515
types:
1616
- completed
1717

.github/workflows/release-5-verify-download-sh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
type: string
1010
workflow_run:
1111
workflows:
12-
- release-3.1-upload-artifacts
12+
- release-2-cargo-publish
1313
types:
1414
- completed
1515

.github/workflows/release-5-verify-github-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
type: string
1010
workflow_run:
1111
workflows:
12-
- release-3.1-upload-artifacts
12+
- release-2-cargo-publish
1313
types:
1414
- completed
1515

.github/workflows/release-5-verify-run-nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
type: string
1010
workflow_run:
1111
workflows:
12-
- release-3.1-upload-artifacts
12+
- release-2-cargo-publish
1313
types:
1414
- completed
1515

0 commit comments

Comments
 (0)