There is a missing statement for setting sequential testing that should be in line 118 in .github/workflows/node.js.yml:
max-parallel: 1
This is the result from hours of trying different strategies for deploying to Heroku when push and manual workflows dispatch events are triggered in the main branch of the main repository while also keeping different strategies for pull request events to the main branch in the main repository and for push events to any branch in fork repositories.
There is a missing statement for setting sequential testing that should be in line 118 in
.github/workflows/node.js.yml
:This is the result from hours of trying different strategies for deploying to Heroku when push and manual workflows dispatch events are triggered in the main branch of the main repository while also keeping different strategies for pull request events to the main branch in the main repository and for push events to any branch in fork repositories.