mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-18 11:06:19 +00:00
12 lines
203 B
YAML
12 lines
203 B
YAML
name: Release BrowserOS Agent SDK (disabled)
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
disabled:
|
|
if: ${{ false }}
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo "Agent SDK publishing is disabled."
|