Files
test_prod_deploy/.gitea/workflows/test_realese.yml
Xaciny 8bc6003be8
All checks were successful
Merge Success Notification / notify-on-merge (pull_request) Successful in 1s
test_realise_yml_add
2025-04-02 18:42:41 +03:00

12 lines
241 B
YAML

on:
workflow_dispatch:
inputs:
user-check:
description: "Admin verification"
jobs:
main-job:
if: github.actor == 'alex'
runs-on: ubuntu-latest
steps:
- run: echo "Админ встречен!"