From 4089c24ae26fde96f6cf4fd8b98c839e832cb9c4 Mon Sep 17 00:00:00 2001 From: Jerry Date: Thu, 21 Jul 2022 09:30:34 -0700 Subject: [PATCH] Remove 'edit' from github CI workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 336b2fea56..ac40c5e37d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: pull_request: branches: - "**" - types: [opened, synchronize, edited] + types: [opened, synchronize] concurrency: group: build-${{ github.event.pull_request.number || github.ref }}