1
0
mirror of synced 2026-01-08 03:01:54 -05:00

Undeploy without Environment cleanup (#21530)

* Ensure we handle multiple pages of Deployments
* Do NOT delete the Environment during undeploy
* Do NOT deploy/undeploy PRs on lock/unlock events
This commit is contained in:
James M. Greene
2021-09-15 10:11:48 -05:00
committed by GitHub
parent 2912ae700e
commit 7ae1eea3b5
4 changed files with 14 additions and 25 deletions

View File

@@ -10,7 +10,6 @@ on:
- opened
- reopened
- synchronize
- unlocked
permissions:
contents: read

View File

@@ -10,7 +10,6 @@ on:
- opened
- reopened
- synchronize
- unlocked
permissions:
contents: read

View File

@@ -8,7 +8,6 @@ on:
pull_request_target:
types:
- closed
- locked
permissions:
contents: read