File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 12
12
build-and-push-to-production :
13
13
runs-on : blacksmith-4vcpu-ubuntu-2404
14
14
needs : test
15
+ timeout-minutes : 8
15
16
16
17
steps :
17
18
- uses : actions/checkout@v4
43
44
sentry-release :
44
45
runs-on : blacksmith-4vcpu-ubuntu-2404
45
46
needs : build-and-push-to-production
47
+ timeout-minutes : 2
46
48
47
49
steps :
48
50
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 13
13
build-and-push-to-staging :
14
14
runs-on : blacksmith-4vcpu-ubuntu-2404
15
15
needs : test
16
+ timeout-minutes : 8
16
17
17
18
steps :
18
19
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ on: [workflow_call]
5
5
jobs :
6
6
lint-test :
7
7
runs-on : blacksmith-4vcpu-ubuntu-2404
8
+ timeout-minutes : 10
8
9
9
10
steps :
10
11
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments