Skip to content

Commit

Permalink
chore: split werf files
Browse files Browse the repository at this point in the history
Signed-off-by: Kirill Kramorov <kirill.kramorov@flant.com>
  • Loading branch information
Kirill Kramorov committed Oct 10, 2024
1 parent c980a37 commit ecce4d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflow_templates/check-pr-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ on:
- ready_for_review
- edited
- synchronize
pull_request:
types:
- milestoned
- demilestoned

# Cancel in-progress jobs for the same PR (pull_request_target event) or for the same branch (push event).
concurrency:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/check-pr-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ on:
- ready_for_review
- edited
- synchronize
pull_request:
types:
- milestoned
- demilestoned

# Cancel in-progress jobs for the same PR (pull_request_target event) or for the same branch (push event).
concurrency:
Expand Down

0 comments on commit ecce4d1

Please sign in to comment.