From f95712373febb65dace7712b9b79b444a4bafe83 Mon Sep 17 00:00:00 2001 From: Christian Zunker <827818+czunker@users.noreply.github.com> Date: Thu, 23 Nov 2023 09:50:06 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"=F0=9F=A7=B9=20Debug=20report=20test?= =?UTF-8?q?=20(#942)"=20(#945)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 0286e14644b3e8c9f64a81a178af57e4fc72aa38. --- .github/workflows/test-report.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test-report.yaml b/.github/workflows/test-report.yaml index 39562fbbd..00a351bf2 100644 --- a/.github/workflows/test-report.yaml +++ b/.github/workflows/test-report.yaml @@ -8,10 +8,6 @@ jobs: report: runs-on: ubuntu-latest steps: - # This step gets called, even when the triggering workflow is skipped - # That's causing errors, so we need to check if the triggering workflow was skipped - # But that's not that easy: https://github.com/orgs/community/discussions/21090 - - run: echo "${{ toJson(github.event) }}" - uses: dorny/test-reporter@v1 with: artifact: test-results