diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5d3b5d25c68d..de198b3cc678 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,7 +5,7 @@ on: branches: - "master" pull_request: - + types: [opened, synchronize, edited] concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true @@ -22,6 +22,9 @@ jobs: name: Pre-build checks runs-on: ubuntu-22.04 timeout-minutes: 30 + if: | + github.event.action != 'edited' || + contains(github.event.pull_request.body, 'Changelog') env: BOLTDIR: bolts strategy: