m32x: adjust H32 pixel offset between Gen/MD VDP and 32X VDP PR run #584
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 Request | |
| run-name: ${{ github.event.pull_request.title }} PR run | |
| on: | |
| pull_request: | |
| branches: [ '*' ] | |
| 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: | |
| build-project: | |
| name: Build ares (primary) | |
| uses: ./.github/workflows/build.yml | |
| permissions: | |
| contents: read | |
| with: | |
| official: false | |
| build-aux: | |
| name: Build ares (auxiliary) | |
| uses: ./.github/workflows/build-aux.yml | |
| secrets: inherit |