Skip to content

Commit

Permalink
update check on isseu number
Browse files Browse the repository at this point in the history
Signed-off-by: Ruchi Sharma <ruchsh@amazon.com>
  • Loading branch information
ruchidh committed Feb 13, 2025
1 parent 91b73be commit fe866ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cypress_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ jobs:
if [ -f ./cypress/performance_metrics.json ]; then rm ./cypress/performance_metrics.json; fi
- name: Post Performance Comment on PR
if: ${{ always() && github.event_name == 'workflow_dispatch' && inputs.pr_number != '' }}
uses: peter-evans/create-or-update-comment@v3
with:
issue-number: ${{ inputs.pr_number }}
Expand Down

0 comments on commit fe866ef

Please sign in to comment.