test_realise_yml_add #9
12
.gitea/workflows/test_realese.yml
Normal file
12
.gitea/workflows/test_realese.yml
Normal 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 "Админ встречен!"
|
||||
Reference in New Issue
Block a user