mirror of
https://github.com/fromchat-messenger/app.git
synced 2026-09-22 19:15:05 +03:00
607da26f73
Co-authored-by: Cursor <cursoragent@cursor.com>
11 lines
123 B
YAML
11 lines
123 B
YAML
name: CI dispatch test
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
ping:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo ok
|