Add minimal workflow dispatch test.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-09-13 17:31:29 +03:00
Unverified
parent ef6594b88a
commit 607da26f73
+10
View File
@@ -0,0 +1,10 @@
name: CI dispatch test
on:
workflow_dispatch:
jobs:
ping:
runs-on: ubuntu-latest
steps:
- run: echo ok