forked from sirius/actions-laba-1
cond
This commit is contained in:
@@ -2,13 +2,9 @@ name: "Example action"
|
||||
run-name: "Start example action"
|
||||
|
||||
on:
|
||||
# push:
|
||||
# tags:
|
||||
# - v*.*.*
|
||||
|
||||
delete:
|
||||
tags:
|
||||
- v*.*.*
|
||||
push:
|
||||
tags:
|
||||
- v*.*.*
|
||||
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -4,9 +4,7 @@ run-name: "Check Job condition"
|
||||
on:
|
||||
issues:
|
||||
types:
|
||||
- labeled
|
||||
- opened
|
||||
- unlabeled
|
||||
- closed
|
||||
|
||||
jobs:
|
||||
check-condition:
|
||||
|
||||
Reference in New Issue
Block a user