UnleashedRecomp/.github/workflows/validate-internal.yml
Isaac Marovitz b2a3f12640
Only enable update checker on internal builds
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
2025-03-12 10:30:02 -04:00

14 lines
368 B
YAML

name: validate-internal
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize]
jobs:
build:
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
uses: ./.github/workflows/validate.yml
secrets: inherit
with:
cmake-flags: "-DUNLEASHED_RECOMP_CHECK_FOR_UPDATES=ON"