Manual deploy triggers build of a commit that failed Github checks
harunsmrkovic
PROOP
2 years ago
I have a project set up to deploy only if all the checks pass successfully in Github. The checks are basically unit & e2e tests.
This works fine if I push a commit to Github - it skips the deploy to my env.
However, when I changed an environment variable, it rebuilt the project with the new variables & LATEST (broken) commit instead of the last deployed commit.
This is very unexpected.
0 Replies