Keep only rolling release workflow
Rolling release / release (push) Canceled after 2m35s

This commit is contained in:
2026-09-11 16:08:39 -04:00
parent 28f50d9d68
commit 3ffb0137eb
2 changed files with 4 additions and 25 deletions
-20
View File
@@ -1,20 +0,0 @@
name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm test
- run: python3 -m py_compile apps/control-center/main.py computer-use/py/*.py
- run: npm run package:test