Add build info to client name to ease debugging #556
Workflow file for this run
This file contains 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: Continuous Integration (PR) | |
on: | |
pull_request: | |
paths-ignore: | |
- ".platform/**" | |
- "*.md" | |
push: | |
branches: | |
- main | |
workflow_dispatch: ~ | |
concurrency: | |
group: ci-${{ github.workflow }}-${{ github.ref }}-minimal | |
cancel-in-progress: true | |
jobs: | |
ci: | |
name: CI | |
uses: ./.github/workflows/ci.yaml | |
with: | |
type: "pr" | |
secrets: inherit |