diff --git a/.github/workflows/test-services.yml b/.github/workflows/test-services.yml index 80563960a1084..1da742a7d6c3a 100644 --- a/.github/workflows/test-services.yml +++ b/.github/workflows/test-services.yml @@ -6,10 +6,14 @@ on: branches: - 'gh-readonly-queue/**' +concurrency: + group: services-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + jobs: test-services: + if: github.event_name == 'push' || github.event.action != 'edited' || github.event.changes.title runs-on: ubuntu-latest - steps: - name: Checkout uses: actions/checkout@v6