Тищенко Владислава Дмитриевна #3
@@ -6,6 +6,14 @@ on:
|
|||||||
types:
|
types:
|
||||||
- closed
|
- closed
|
||||||
- labeled
|
- labeled
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- test.txt
|
||||||
|
- services.txt
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-condition:
|
check-condition:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: "Example condition"
|
name: "Example condition"
|
||||||
run-name: "Check Job condition"
|
run-name: "condition 2"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
issues:
|
issues:
|
||||||
@@ -11,10 +11,10 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
check-condition:
|
check-condition:
|
||||||
runs-on: sirius # docker, sirius или golang
|
runs-on: sirius # docker, sirius или golang
|
||||||
# if: contains(github.event.issue.labels.*.name, 'bug')
|
if: contains(github.event.issue.labels.*.name, 'bug')
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Выводим текстовое сообщение
|
# Выводим текстовое сообщение
|
||||||
- name: Echo test
|
- name: Echo test
|
||||||
# if: contains(github.event.issue.labels.*.name, 'bug')
|
if: contains(github.event.issue.labels.*.name, 'bug')
|
||||||
run: echo "${{ toJson(github.event.issue) }}"
|
run: echo "${{ toJson(github.event.issue) }}"
|
||||||
|
|||||||
3
services.txt
Normal file
3
services.txt
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
micro
|
||||||
|
like
|
||||||
|
cool
|
||||||
Reference in New Issue
Block a user