fix: cli should propagate user through pre-flight checks, update to latest schemas #67
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: PR CI | |
| on: | |
| pull_request: | |
| branches: [master] | |
| merge_group: | |
| branches: [master] | |
| workflow_dispatch: | |
| concurrency: | |
| group: pr-ci-${{ github.event.pull_request.number || github.sha }} | |
| cancel-in-progress: true | |
| jobs: | |
| required-checks: | |
| name: required-checks | |
| uses: ./.github/workflows/_go-checks.yaml | |
| secrets: inherit |