[ADVAPP-2295]: Improve the unified inbox wizard by updating the step names and improving the touch controls for the recipient #10508
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Pull Requests | |
| on: | |
| pull_request: | |
| merge_group: | |
| types: [checks_requested] | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| code-checks: | |
| name: Code Checks | |
| uses: ./.github/workflows/ci.yml | |
| secrets: | |
| pat-token: ${{ secrets.PAT }} |