Enable support for CEF 6613+ (Chrome 128 to 147) and Chrome Runtime pull request run 🚀 #92
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 | |
| run-name: ${{ github.event.pull_request.title }} pull request run 🚀 | |
| on: | |
| workflow_dispatch: | |
| pull_request: | |
| paths-ignore: | |
| - '**.md' | |
| branches: [master] | |
| types: [ opened, synchronize, reopened ] | |
| permissions: | |
| contents: read | |
| concurrency: | |
| group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}' | |
| cancel-in-progress: true | |
| jobs: | |
| check-format: | |
| name: Format 🔍 | |
| uses: ./.github/workflows/check-format.yaml | |
| permissions: | |
| contents: read |