From c99af6f7edb53f1687296a80dc4eaa4de16b5191 Mon Sep 17 00:00:00 2001 From: George Usynin <103181646+heorhi-deriv@users.noreply.github.com> Date: Thu, 26 Dec 2024 09:45:07 +0300 Subject: [PATCH] chore: :fire: remove edited trigger from PR type (#17891) --- .github/workflows/coveralls.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 872227f4c3e3..67d657559e91 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -5,7 +5,7 @@ on: branches: - master pull_request: - types: [opened, synchronize, edited] + types: [opened, synchronize] jobs: test: