Skip to content

Commit 08400d9

Browse files
committed
fix: Do not comment in issue if we launch staging manually
Signed-off-by: Denys Fedoryshchenko <[email protected]>
1 parent 3e85a15 commit 08400d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
remote_key: ${{ secrets.WEB_STAGING_KEY }}
9696

9797
- name: Leave comment in issue about staging URL
98-
if: github.event.inputs.environment == 'staging' || github.event_name == 'issue_comment'
98+
if: github.event_name == 'issue_comment'
9999
run: |
100100
gh issue comment "$NUMBER" --body "$BODY"
101101
env:

0 commit comments

Comments
 (0)