From 039e50bff39dc8b84dba8f5ed365863a2a503d1c Mon Sep 17 00:00:00 2001 From: zeme-iohk Date: Wed, 1 Feb 2023 21:11:53 +0700 Subject: [PATCH] Remove concurrency group from benchmark.yml --- .github/workflows/benchmark.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 999ba4920d7..9350c83db39 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -3,9 +3,6 @@ on: issue_comment: types: [created] -concurrency: - group: plutus-benchmark - jobs: benchmark: runs-on: [self-hosted, plutus-benchmark]