Navigation Menu

Skip to content

Actions: Windows "Terminate Batch Job (Y/N)?" #26117

Answered by ethomson
shellscape asked this question in Actions
Discussion options

You must be logged in to vote

Digging in a bit more, we discovered that the workflow is actually being cancelled.  The job outputting “Terminate Batch Job (Y/N)?” is part of a matrix.  Matrix builds run in parallel and (by default) the entire matrix will be cancelled if any job fails.

In this case, running a job on a Windows host, you may see this message during the cancellation.  (This is a message that the Windows shell cmd may display during cancellation.)

If you want to turn off the “fail fast” mode you can set:

fail-fast: false

In your matrix definition.  See the workflow syntax guide for more information.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants