Any on: release type
Add `workflow_dispatch` to trigger milestone close manually
This commit is contained in:
3
.github/workflows/ci-close-milestone.yml
vendored
3
.github/workflows/ci-close-milestone.yml
vendored
@@ -1,8 +1,7 @@
|
||||
name: Close Milestone and Notify Slack
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [ published ]
|
||||
release
|
||||
|
||||
jobs:
|
||||
close-milestone:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
name: Close Milestone and Notify Slack
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
inputs:
|
||||
releaseTag:
|
||||
|
||||
Reference in New Issue
Block a user