Skip to content

Commit 17d7195

Browse files
committed
add timeouts to ci jobs
1 parent 882fb93 commit 17d7195

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/production.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
build-and-push-to-production:
1313
runs-on: blacksmith-4vcpu-ubuntu-2404
1414
needs: test
15+
timeout-minutes: 8
1516

1617
steps:
1718
- uses: actions/checkout@v4
@@ -43,6 +44,7 @@ jobs:
4344
sentry-release:
4445
runs-on: blacksmith-4vcpu-ubuntu-2404
4546
needs: build-and-push-to-production
47+
timeout-minutes: 2
4648

4749
steps:
4850
- uses: actions/checkout@v4

.github/workflows/staging.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
build-and-push-to-staging:
1414
runs-on: blacksmith-4vcpu-ubuntu-2404
1515
needs: test
16+
timeout-minutes: 8
1617

1718
steps:
1819
- uses: actions/checkout@v4

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on: [workflow_call]
55
jobs:
66
lint-test:
77
runs-on: blacksmith-4vcpu-ubuntu-2404
8+
timeout-minutes: 10
89

910
steps:
1011
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)