From 20540761e1bb7bf8cb12225beddda0729a13c5c5 Mon Sep 17 00:00:00 2001 From: Ido David Date: Tue, 26 Mar 2024 10:46:51 -0400 Subject: [PATCH] rename job; add concurrency --- .github/workflows/renovate-helper.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/renovate-helper.yml b/.github/workflows/renovate-helper.yml index 9b402a3..5c4a7e9 100644 --- a/.github/workflows/renovate-helper.yml +++ b/.github/workflows/renovate-helper.yml @@ -4,8 +4,12 @@ on: pull_request: branches: [ main ] +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + jobs: - udpate-renovate-branch: + update-renovate-branch: if: github.event.pull_request.head.repo.full_name == github.repository && startsWith(github.head_ref, 'renovate/') && github.head_ref == 'renovate[bot]' runs-on: ubuntu-latest env: