Skip to content

Commit

Permalink
Update smoke tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
avidit committed Jan 17, 2024
1 parent 60f45fa commit 72f77a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ui_smoke_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,14 @@ jobs:
body-includes: UI Smoke Tests
direction: last
- name: Create comment
if: env.PR_NUMBER != ''
if: env.PR_NUMBER != '' && steps.find_comment.outputs.comment-id == ''
uses: peter-evans/create-or-update-comment@v3
with:
issue-number: ${{ env.PR_NUMBER }}
body: |
${{ steps.create_comment.outputs.pr_comment }}
- name: Update comment
if: env.PR_NUMBER != ''
if: env.PR_NUMBER != '' && steps.find_comment.outputs.comment-id != ''
uses: peter-evans/create-or-update-comment@v3
with:
comment-id: ${{ steps.find_comment.outputs.comment-id }}
Expand Down

0 comments on commit 72f77a0

Please sign in to comment.