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 }}