From 159164292708c3b1515ac2afd2975a39969e7292 Mon Sep 17 00:00:00 2001 From: Martossy Alex Date: Fri, 23 Aug 2024 15:55:28 +0200 Subject: [PATCH] Only run one coverage report at a time --- .github/workflows/coverage-report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/coverage-report.yml b/.github/workflows/coverage-report.yml index 9cde053..058bb15 100644 --- a/.github/workflows/coverage-report.yml +++ b/.github/workflows/coverage-report.yml @@ -4,6 +4,7 @@ on: workflows: [ 'Tests' ] types: - completed +concurrency: coverage-report permissions: { } jobs: report: