Skip to content

Commit 1836f36

Browse files
authored
chore: set timeouts (#211)
1 parent c4d3f93 commit 1836f36

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy-preview.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
deploy-preview:
2323
name: Build & Deploy
2424
runs-on: ubuntu-latest
25+
timeout-minutes: 15
2526
if: |
2627
(github.event_name == 'pull_request_target' && contains(github.event.pull_request.labels.*.name, 'safe'))
2728
|| (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository)

.github/workflows/deploy-production.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
deploy-preview:
1515
name: Build & Deploy
1616
runs-on: ubuntu-latest
17+
timeout-minutes: 15
1718
permissions:
1819
deployments: write
1920
pull-requests: write

0 commit comments

Comments
 (0)