Compare commits

2 Commits

Author SHA1 Message Date
3b299f02b2 Merge pull request 'test_realise_yml_add' (#9) from realiese_test_branch into main
All checks were successful
Deploy Pipeline with Manual Trigger / Deployment Task (push) Successful in 1s
Reviewed-on: #9
2025-04-02 16:01:27 +00:00
8bc6003be8 test_realise_yml_add
All checks were successful
Merge Success Notification / notify-on-merge (pull_request) Successful in 1s
2025-04-02 18:42:41 +03:00

View File

@@ -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 "Админ встречен!"