Merge pull request 'Добавить .gitea/workflows/old_prod_deploy_one_actor.yml' (#11) from alex-patch-2 into main
All checks were successful
Deploy Pipeline with Manual Trigger / Deployment Task (push) Successful in 2s
All checks were successful
Deploy Pipeline with Manual Trigger / Deployment Task (push) Successful in 2s
Reviewed-on: #11
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