From 659387b902a9dc78e25149e2cb272c6afe2f6eca Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Sat, 22 Jun 2024 04:17:18 +0900 Subject: [PATCH] ci: remove concurrency --- .github/workflows/_renovate.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/_renovate.yml b/.github/workflows/_renovate.yml index 198601048..0bd677d64 100644 --- a/.github/workflows/_renovate.yml +++ b/.github/workflows/_renovate.yml @@ -50,8 +50,6 @@ jobs: || contains(fromJSON('["push", "schedule", "workflow_dispatch"]'), github.event_name) ) }} - concurrency: - group: ${{ github.workflow }} runs-on: ubuntu-latest steps: - name: Generate a token