diff --git a/.github/workflows/merge_main_to_develop.yml b/.github/workflows/merge_main_to_develop.yml index 7e35baaeb31..7f7ded2c8a6 100644 --- a/.github/workflows/merge_main_to_develop.yml +++ b/.github/workflows/merge_main_to_develop.yml @@ -5,8 +5,15 @@ on: branches: - "main" +concurrency: + group: ${{ github.ref }}-sync + cancel-in-progress: true + jobs: pull-request: + permissions: + contents: write + pull-requests: write runs-on: ubuntu-latest steps: - name: Checkout