fix: premature task completion when chaining multiple reusable workflows #1367
No reviewers
Labels
No labels
FreeBSD
Kind/Breaking
Kind/Bug
Kind/Chore
Kind/DependencyUpdate
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Windows
linux-powerpc64le
linux-riscv64
linux-s390x
run-end-to-end-tests
run-forgejo-tests
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo/runner!1367
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "syncstack/runner:fix/nested-reusable-workflow-task-finalization"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When a workflow calls a reusable workflow that itself chains two or more
reusable workflows sequentially, the runner incorrectly marks the overall
task as completed after the first nested reusable workflow finishes.
Example
WIP: fix premature task completion when chaining multiple reusable workflowsto fix premature task completion when chaining multiple reusable workflowsfix premature task completion when chaining multiple reusable workflowsto fix: premature task completion when chaining multiple reusable workflowscascading-pr updated at actions/setup-forgejo#882
Looks good to me! Thanks.