From 607da26f737ab51a21dbd2ab202e3544ceb1cadd Mon Sep 17 00:00:00 2001 From: denis0001-dev Date: Sun, 13 Sep 2026 17:31:29 +0300 Subject: [PATCH] Add minimal workflow dispatch test. Co-authored-by: Cursor --- .github/workflows/ci-dispatch-test.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/ci-dispatch-test.yml diff --git a/.github/workflows/ci-dispatch-test.yml b/.github/workflows/ci-dispatch-test.yml new file mode 100644 index 0000000..aa3d70e --- /dev/null +++ b/.github/workflows/ci-dispatch-test.yml @@ -0,0 +1,10 @@ +name: CI dispatch test + +on: + workflow_dispatch: + +jobs: + ping: + runs-on: ubuntu-latest + steps: + - run: echo ok