dhjhjsd
This commit is contained in:
@@ -12,14 +12,12 @@ on:
|
|||||||
- services.txt
|
- services.txt
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
# ПРОСТОЕ ДОПОЛНЕНИЕ: при комментарии в issue
|
|
||||||
issue_comment:
|
issue_comment:
|
||||||
types: [created]
|
types: [created]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-condition:
|
check-condition:
|
||||||
runs-on: sirius
|
runs-on: sirius
|
||||||
# ПРОСТОЕ УСЛОВИЕ: только если комментарий содержит "deploy"
|
|
||||||
if: |
|
if: |
|
||||||
github.event_name != 'issue_comment' ||
|
github.event_name != 'issue_comment' ||
|
||||||
contains(github.event.comment.body, 'deploy')
|
contains(github.event.comment.body, 'deploy')
|
||||||
|
|||||||
Reference in New Issue
Block a user