diff --git a/.github/workflows/auto-label-bot.yml b/.github/workflows/auto-label-bot.yml index 77590a1b89f212..d4edd8fdb50bb5 100644 --- a/.github/workflows/auto-label-bot.yml +++ b/.github/workflows/auto-label-bot.yml @@ -1,6 +1,10 @@ on: pull_request_target: +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + name: Auto Label Bot jobs: jekyll-label-action: diff --git a/.github/workflows/auto-review-bot.yml b/.github/workflows/auto-review-bot.yml index 696694c700aa17..e0dd983eea6f07 100644 --- a/.github/workflows/auto-review-bot.yml +++ b/.github/workflows/auto-review-bot.yml @@ -5,6 +5,10 @@ on: types: - completed +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + name: Auto Review Bot jobs: auto-review-bot: diff --git a/.github/workflows/auto-review-trigger.yml b/.github/workflows/auto-review-trigger.yml index 69c081d7bd7737..644e1b01622567 100644 --- a/.github/workflows/auto-review-trigger.yml +++ b/.github/workflows/auto-review-trigger.yml @@ -19,6 +19,10 @@ on: types: - created +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + name: Auto Review Bot Trigger jobs: trigger: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8c375566d92c1..90e57529e3242c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,10 @@ on: - ready_for_review - edited +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + jobs: save-pr: name: Save PR Number