forked from sirius/actions-laba-1
Compare commits
2 Commits
ac0de60ec0
...
ebf8e91ca1
| Author | SHA1 | Date | |
|---|---|---|---|
| ebf8e91ca1 | |||
| 0a31d7b7ae |
@@ -2,11 +2,7 @@ name: "Example action"
|
|||||||
run-name: "Start example action"
|
run-name: "Start example action"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# push:
|
push:
|
||||||
# tags:
|
|
||||||
# - v*.*.*
|
|
||||||
|
|
||||||
delete:
|
|
||||||
tags:
|
tags:
|
||||||
- v*.*.*
|
- v*.*.*
|
||||||
|
|
||||||
|
|||||||
@@ -4,9 +4,8 @@ run-name: "Check Job condition"
|
|||||||
on:
|
on:
|
||||||
issues:
|
issues:
|
||||||
types:
|
types:
|
||||||
|
- closed
|
||||||
- labeled
|
- labeled
|
||||||
- opened
|
|
||||||
- unlabeled
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-condition:
|
check-condition:
|
||||||
|
|||||||
Reference in New Issue
Block a user