-
-
Notifications
You must be signed in to change notification settings - Fork 840
Report reason for cancellation of parallel task #1226
Copy link
Copy link
Open
Labels
area: loopsChanges related to looping over tasks/commands.Changes related to looping over tasks/commands.good first issueIssues that are good for first-time contributors to pick up.Issues that are good for first-time contributors to pick up.state: awaiting responseWaiting for issue author to respond.Waiting for issue author to respond.
Metadata
Metadata
Assignees
Labels
area: loopsChanges related to looping over tasks/commands.Changes related to looping over tasks/commands.good first issueIssues that are good for first-time contributors to pick up.Issues that are good for first-time contributors to pick up.state: awaiting responseWaiting for issue author to respond.Waiting for issue author to respond.
Type
Fields
Give feedbackNo fields configured for feature.
When two tasks run in parallel, and one fails, the other seems to be cancelled, but this cancellation is not reported explicitly.
It would be significantly clearer to users what is happening if the reason for cancellation was explicitly reported.
So for example, instead of (GitHub Actions output):
have