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