From 8bc6003be849cd9b93dbff61f7296345155909cf Mon Sep 17 00:00:00 2001 From: Xaciny Date: Wed, 2 Apr 2025 18:42:41 +0300 Subject: [PATCH] test_realise_yml_add --- .gitea/workflows/test_realese.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitea/workflows/test_realese.yml diff --git a/.gitea/workflows/test_realese.yml b/.gitea/workflows/test_realese.yml new file mode 100644 index 0000000..12b4154 --- /dev/null +++ b/.gitea/workflows/test_realese.yml @@ -0,0 +1,12 @@ +on: + workflow_dispatch: + inputs: + user-check: + description: "Admin verification" + +jobs: + main-job: + if: github.actor == 'alex' + runs-on: ubuntu-latest + steps: + - run: echo "Админ встречен!" \ No newline at end of file