Skip to content

Codemagic set my build as canceled although it was successful #2642

Closed Answered by dtrdic
anderscheow asked this question in Q&A
Discussion options

You must be logged in to vote

hey @anderscheow the build is skipped because your workflow includes the flag cancel_previous_builds: true. This flag automatically cancels all ongoing and queued builds triggered by webhooks on push or pull request commits when a more recent build is triggered for the same branch. This means that the build was triggered before the current one finished. Try removing this flag from your workflow

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@anderscheow
Comment options

Answer selected by anderscheow
Comment options

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