2 Commits

Author SHA1 Message Date
ebf8e91ca1 closed 2025-11-25 15:57:59 +03:00
0a31d7b7ae cond 2025-11-25 15:57:25 +03:00
2 changed files with 4 additions and 9 deletions

View File

@@ -2,11 +2,7 @@ name: "Example action"
run-name: "Start example action"
on:
# push:
# tags:
# - v*.*.*
delete:
push:
tags:
- v*.*.*

View File

@@ -4,9 +4,8 @@ run-name: "Check Job condition"
on:
issues:
types:
- closed
- labeled
- opened
- unlabeled
jobs:
check-condition: