Add creating a canary on push into release in deploy.yml #867
Labels
in sprint
Ticket is in current sprint
QA: none
This ticket does not require QA signoff
TYPE: task
Ticket is for non-dev work
Currently we only create a canary build on commit into develop. However, there is a chance that the commits in develop were never pushed into the release branch for QA. To mitigate this use case, we need to also build a canary when a push to the release branch happens, so QA is always testing the correct codeset that will be deployed.
In deploy.yaml,
needs to be
AND
needs to be
The text was updated successfully, but these errors were encountered: