Merge pull request 'Обновить .gitea/workflows/old_prod_deploy_one_actor.yml' (#13) 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: #13
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
user-check:
|
user-check:
|
||||||
description: "Admin verification"
|
description: "Admin verification"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
main-job:
|
main-job:
|
||||||
if: github.actor == 'alex'
|
if: github.actor == 'alex'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo "Админ встречен! Если что"
|
- run: echo "Админ встречен!"
|
||||||
Reference in New Issue
Block a user