mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-01 12:48:56 +02:00
[eric] ci: intel verify fires on push (dispatch needs default-branch registration)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user