Skip to content

Commit

Permalink
added second check for find comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andromaqui committed Jul 10, 2024
1 parent 621ff7d commit 9d90d22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview-env-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
comment-id: ${{ steps.find-comment.outputs.comment-id }}
issue-number: ${{ github.event.number }}
body: |
:construction: The preview environment for the commit ${{ github.sha }} is being built. This usually takes 10-15 minutes. <!-- preview-env -->
:construction: The preview environment for the commit ${{ github.sha }} is being built. This usually takes 15-20 minutes. <!-- preview-env -->
edit-mode: replace

- name: Install Dependencies
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
comment-id: ${{ steps.find-comment.outputs.comment-id }}
issue-number: ${{ github.event.number }}
body: |
:arrow_up: The preview environment build results for commit ${{ github.sha }} is being uploaded. This usually takes 2-3 minutes. <!-- preview-env -->
:arrow_up: The preview environment build results for commit ${{ github.sha }} is being uploaded. This usually takes 3-4 minutes. <!-- preview-env -->
edit-mode: replace

- name: Upload files to Google bucket
Expand Down

0 comments on commit 9d90d22

Please sign in to comment.