Skip to content

Commit be9ea15

Browse files
committed
chore(azure-preview-workflow): add timeout value
1 parent ac36e39 commit be9ea15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-site.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ jobs:
109109
const prNumber = context.payload.pull_request.number;
110110
const body = buildPreviewURLComment(prNumber);
111111
commentOrUpdate(github, context, '## 📚 Branch preview', body);
112+
timeout-minutes: 10
112113

113114
close_pull_request_job:
114115
if: github.event_name == 'pull_request' && github.event.action == 'closed'

0 commit comments

Comments
 (0)