From ec27bb5f2e4e9da02a443492c8480995512b5f8c Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Mon, 2 Oct 2023 15:49:52 -0600 Subject: [PATCH] Remove check to only look for blockers when manually run --- .github/workflows/e2ePerformanceTests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/e2ePerformanceTests.yml b/.github/workflows/e2ePerformanceTests.yml index f7f1e5fc7ac7..3666e8c7d343 100644 --- a/.github/workflows/e2ePerformanceTests.yml +++ b/.github/workflows/e2ePerformanceTests.yml @@ -192,7 +192,6 @@ jobs: run: cat "./Host_Machine_Files/\$WORKING_DIRECTORY/debug.log" - name: Check if test failed, if so post the results and add the DeployBlocker label - if: ${{ github.event_name == 'workflow_call' }} run: | if grep -q '🔴' ./Host_Machine_Files/\$WORKING_DIRECTORY/output.md; then gh pr edit ${{ inputs.PR_NUMBER }} --add-label DeployBlockerCash