Skip to content

Commit

Permalink
Merge pull request #28659 from Expensify/andrew-e2e-blocker
Browse files Browse the repository at this point in the history
[No QA]Remove check to only look for blockers when run via `workflow_call`
  • Loading branch information
mountiny authored Oct 3, 2023
2 parents 66e3a29 + ec27bb5 commit fcfd2a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/e2ePerformanceTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fcfd2a0

Please sign in to comment.