From 246dda6a04d2e5589c4914cf48f6c1dd940a496b Mon Sep 17 00:00:00 2001 From: sakulstra Date: Tue, 12 Mar 2024 19:59:51 +0100 Subject: [PATCH] fix: ci concurrency --- .github/workflows/cron.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cron.yaml b/.github/workflows/cron.yaml index 79e555438..902a2f8b7 100644 --- a/.github/workflows/cron.yaml +++ b/.github/workflows/cron.yaml @@ -1,8 +1,5 @@ name: Governance Checks -concurrency: - group: ${{ github.workflow }} - on: schedule: - cron: "0 */2 * * *" @@ -27,6 +24,8 @@ on: jobs: generate-reports: + concurrency: + group: ${{ github.workflow }} ${{ inputs.type || 'proposal' }} ${{ inputs.chainId }} ${{ inputs.ids }} name: Check all live proposals runs-on: ubuntu-latest env: