From 6c481d2199011ec2cd54c2a90dcd8823257f62d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=82osz=20Tyborowski?= <60607782+mtyborro@users.noreply.github.com> Date: Fri, 10 Jul 2020 13:22:45 +0200 Subject: [PATCH] Remove edited from actions that deploy testenv (#600) --- .github/workflows/test-env-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-env-deploy.yml b/.github/workflows/test-env-deploy.yml index 34b74ffb1..c9eb2f345 100644 --- a/.github/workflows/test-env-deploy.yml +++ b/.github/workflows/test-env-deploy.yml @@ -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: