After an incident involving too many concurrent runs of the "Ship & Deploy" workflow in mismatch finder, we decided to utilize GitHub Actions' concurrency groups.
Docs: https://docs.github.com/en/actions/using-jobs/using-concurrency
Acceptance Criteria:
- Jobs in the deploy-app workflow are using their own concurrency group
- Jobs in the deploy-app-staging workflow are using their own concurrency group
