Conversation
Deployment jobs modify the `gh-pages` branch and concurrent modification needs to be prevented. Otherwise we get random build failures.
|
Is this better/worse/different than job.concurrency? |
@AlexanderLanin I was not aware of that. Its documentation says the following:
This seems not to be the behavior we want for updating the I think a better application of this option is e.g. checking branches while new commits are pushed. |
Deployment jobs modify the
gh-pagesbranch and concurrent modification needs to be prevented. Otherwise we get random build failures.Note: I have not tested this myself and I actually do not want to because testing it is quite time consuming. This solutions is what came to my mind after analyzing the logs of eclipse-score/docs-as-code#404
Closes eclipse-score/docs-as-code#404