Skip to content

Commit

Permalink
Update .github/workflows/preDeploy.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Yuwen Memon <[email protected]>
  • Loading branch information
AndrewGable and yuwenmemon authored Jan 6, 2023
1 parent 018ff70 commit cb5c540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Check if test failed, if so leave a deploy blocker label
if: ${{ contains(env.OUTPUT, 'Significant Changes To Duration') && contains(env.OUTPUT, '🔴') }}
if: ${{ contains(env.OUTPUT, '🔴') }}
run: |
gh pr edit ${{ steps.getMergedPullRequest.outputs.number }} --add-label 'DeployBlockerCash'
gh pr comment ${{ steps.getMergedPullRequest.outputs.number }} -b "@Expensify/mobile-deployers 📣 Please look into this performance regression as it's a deploy blocker."
Expand Down

0 comments on commit cb5c540

Please sign in to comment.