Skip to content

Commit 54f1b90

Browse files
authored
Update diff-bot.yml
1 parent 7b6a309 commit 54f1b90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/diff-bot.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ jobs:
5454
- name: Expose Docker container via ngrok
5555
id: expose_ngrok
5656
if: ${{ steps.check_diff.outputs.triggered == 'true' }}
57-
run: |
58-
timeout 1h ngrok http 6789 &
57+
run: ngrok http 6789 &
5958

6059
# Step 5: Retrieve ngrok URL and store it as an output
6160
- name: Get ngrok URL

0 commit comments

Comments
 (0)