From edb8c6790c2ab9ab4439283fdb86d3ab8ba94ae4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Rodr=C3=ADguez?= Date: Tue, 19 Mar 2024 11:23:33 +0100 Subject: [PATCH] chore: Fix yml for gate diff workflow (#5293) --- .github/workflows/protocol-circuits-gate-diff.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/protocol-circuits-gate-diff.yml b/.github/workflows/protocol-circuits-gate-diff.yml index d59193e1c95..da42f0ed9bf 100644 --- a/.github/workflows/protocol-circuits-gate-diff.yml +++ b/.github/workflows/protocol-circuits-gate-diff.yml @@ -7,11 +7,11 @@ on: pull_request: jobs: - # cancel if reran on same PR if exists, otherwise if on same commit - concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true compare_protocol_circuits_gates: + # cancel if reran on same PR if exists, otherwise if on same commit + concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true if: "!startsWith(github.head_ref, 'release-please--')" runs-on: ubuntu-20.04 steps: