Skip to content

Dramatically decrease the startup locking/halt time when the overlay is enabled #25

Dramatically decrease the startup locking/halt time when the overlay is enabled

Dramatically decrease the startup locking/halt time when the overlay is enabled #25

name: Emu PR
on:
pull_request:
branches: [ "dev" ]
paths-ignore:
- '**/*.md'
- 'dev.notes/**'
- 'post_build/**'
- 'z_original_repo_files/**'
- 'sdk/*.txt'
- 'LICENSE'
# tools
- 'tools/generate_emu_config/**'
- 'tools/migrate_gse/**'
- 'tools/steamclient_loader/linux/**' # these are just scripts, not built
permissions:
contents: write
jobs:
emu-win-all:
name: win
if: ${{ !cancelled() }}
uses: ./.github/workflows/emu-build-all-win.yml
emu-linux-all:
name: linux
if: ${{ !cancelled() }}
uses: ./.github/workflows/emu-build-all-linux.yml