Добавить .gitea/workflows/old_prod_deploy_one_actor.yml
All checks were successful
Merge Success Notification / notify-on-merge (pull_request) Successful in 2s
All checks were successful
Merge Success Notification / notify-on-merge (pull_request) Successful in 2s
This commit is contained in:
9
.gitea/workflows/old_prod_deploy_one_actor.yml
Normal file
9
.gitea/workflows/old_prod_deploy_one_actor.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
main-job:
|
||||
if: github.actor == 'alex'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "Админ встречен! Если что"
|
||||
Reference in New Issue
Block a user