From be5c3884a0593ea9e4b90aa888a8f31475d223b1 Mon Sep 17 00:00:00 2001 From: DevOps Date: Sun, 21 Jun 2026 21:35:38 +0200 Subject: [PATCH] test: minimal dispatch test --- .gitea/workflows/deploy-test.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitea/workflows/deploy-test.yaml diff --git a/.gitea/workflows/deploy-test.yaml b/.gitea/workflows/deploy-test.yaml new file mode 100644 index 0000000..9a95f41 --- /dev/null +++ b/.gitea/workflows/deploy-test.yaml @@ -0,0 +1,11 @@ +name: Deploy Test +run-name: Deploy Test + +on: + workflow_dispatch: + +jobs: + test: + runs-on: ubuntu-latest + steps: + - run: echo "hello"