[eric] ci: intel verify fires on push (dispatch needs default-branch registration)

This commit is contained in:
ciregenz
2026-07-06 15:11:06 -07:00
parent 45d0bc1466
commit 8d5a885664
+4 -1
View File
@@ -6,6 +6,9 @@ name: intel-x64-verify
# every binary's arch, runs the bundled python + CLI, then boots the whole app
# and polls backend health.
on:
push:
branches: [eric/intel-x64-fix]
paths: ['.github/workflows/intel-x64-verify.yml']
workflow_dispatch:
inputs:
runner:
@@ -15,7 +18,7 @@ on:
jobs:
verify:
runs-on: ${{ inputs.runner }}
runs-on: ${{ inputs.runner || 'macos-15-large' }}
timeout-minutes: 25
steps:
- name: prove this runner is real Intel silicon