diff --git a/.github/workflows/cherry-pick-wp-release.yml b/.github/workflows/cherry-pick-wp-release.yml index a641b724e8c438..43e268a7d7bd39 100644 --- a/.github/workflows/cherry-pick-wp-release.yml +++ b/.github/workflows/cherry-pick-wp-release.yml @@ -6,6 +6,11 @@ on: branches: - try/cherry-pick-automation-trunk # To be replaced with "trunk". +# Ensure that new jobs wait for the previous job to finish. +concurrency: + group: ${{ github.workflow }} + cancel-in-progress: false + jobs: cherry-pick: runs-on: ubuntu-latest