mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Change parameter scope in workflows
Signed-off-by: Alexis <lxshancock@gmail.com>
This commit is contained in:
parent
4d5d5f7ae8
commit
792a3a75a4
2 changed files with 2 additions and 2 deletions
2
.github/workflows/merged.yaml
vendored
2
.github/workflows/merged.yaml
vendored
|
|
@ -1,7 +1,7 @@
|
|||
name: Merge Event
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
pull_request:
|
||||
types:
|
||||
- closed
|
||||
|
||||
|
|
|
|||
2
.github/workflows/review_requested.yaml
vendored
2
.github/workflows/review_requested.yaml
vendored
|
|
@ -1,7 +1,7 @@
|
|||
name: Review Requested
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
pull_request:
|
||||
types: [review_requested]
|
||||
jobs:
|
||||
send-mattermost-message:
|
||||
|
|
|
|||
Loading…
Reference in a new issue