From 215c5bf5ebb18a46ddc01967ec75499db3a54c03 Mon Sep 17 00:00:00 2001 From: Luis E <35935591+luisecm@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:49:33 -0600 Subject: [PATCH] update(ci): fix publish report bug (#732) --- .github/workflows/automated-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/automated-tests.yml b/.github/workflows/automated-tests.yml index d30cf7bd6..0b0694129 100644 --- a/.github/workflows/automated-tests.yml +++ b/.github/workflows/automated-tests.yml @@ -123,6 +123,8 @@ jobs: pull-requests: write contents: write issues: read + concurrency: + group: ${{ github.workflow }}-${{ github.ref }} steps: - name: Download Merged Report uses: actions/download-artifact@v4