Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent CHANGELOG.md from triggering staging deploy
After #1679, the staging deploy that occurs during a release merge gets interrupted by a second staging deploy triggered by `auto`'s push to master containing the updated `CHANGELOG.md`. This PR prevents that second deploy from running, avoiding a spurious deploy failure that happens when the first deploy is canceled.
- Loading branch information