From 7d2ce7e6abd4c77c98ba1b4a5d6c450c0d620173 Mon Sep 17 00:00:00 2001 From: Sergio Garcia <38561120+sergargar@users.noreply.github.com> Date: Wed, 8 Feb 2023 17:34:02 +0100 Subject: [PATCH] fix(action): do not trigger action when editing release (#1865) --- .github/workflows/build-lint-push-containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-lint-push-containers.yml b/.github/workflows/build-lint-push-containers.yml index 039d9be1..67d62053 100644 --- a/.github/workflows/build-lint-push-containers.yml +++ b/.github/workflows/build-lint-push-containers.yml @@ -10,7 +10,7 @@ on: - "docs/**" release: - types: [published, edited] + types: [published] env: AWS_REGION_STG: eu-west-1