forked from sirius/actions-laba-1
dhh
This commit is contained in:
@@ -16,12 +16,10 @@ on:
|
|||||||
types:
|
types:
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
|
|
||||||
if: github.event_name != 'issue_comment' || github.actor == 'Vlabislava28'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-condition:
|
check-condition:
|
||||||
runs-on: sirius
|
runs-on: sirius
|
||||||
|
if: contains(github.event.issue.labels.*.name, 'bug')
|
||||||
steps:
|
steps:
|
||||||
- name: Echo test
|
- name: Echo test
|
||||||
run: echo "Этот шаг выполнится только при выполнении условия above"
|
run: echo "Этот шаг выполнится только при выполнении условия above"
|
||||||
|
|||||||
Reference in New Issue
Block a user