diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index 4a4ecb5ba4..f40f3faff9 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -5,7 +5,7 @@ name: CI Tests on: pull_request: - types: [opened, edited, synchronize, ready_for_review] + types: [opened, synchronize, ready_for_review] concurrency: group: ${{ github.workflow }}-${{ github.ref || github.run_id }}