Remove edited from actions that deploy testenv (#600)
This commit is contained in:
parent
1a5f3796be
commit
6c481d2199
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-env-deploy.yml
vendored
2
.github/workflows/test-env-deploy.yml
vendored
|
@ -4,7 +4,7 @@ name: TEST-ENV-DEPLOYMENT
|
|||
on:
|
||||
pull_request:
|
||||
# trigger on "edited" to update instance when configuration changes in PR description
|
||||
types: [opened, reopened, edited, synchronize]
|
||||
types: [opened, reopened, synchronize]
|
||||
branches: ["*"]
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue