This commit is contained in:
2025-11-25 15:57:25 +03:00
parent ac0de60ec0
commit 0a31d7b7ae
2 changed files with 4 additions and 10 deletions

View File

@@ -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*.*.*

View File

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