Add dispatch action

This commit is contained in:
2025-11-25 11:27:14 +03:00
parent 9ff4134367
commit 76841ae85a

View File

@@ -0,0 +1,13 @@
name: "Example dispatch"
on:
workflow_dispatch:
jobs:
echo-test:
runs-on: sirius # docker, sirius или golang
steps:
# Выводим текстовое сообщение
- name: Echo test
run: echo "Hello!"