File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ concurrency:
24
24
jobs :
25
25
prettier :
26
26
name : Format with Prettier
27
- runs-on : ubuntu-latest
27
+ runs-on : ubuntu-20.04
28
28
timeout-minutes : 5
29
29
steps :
30
30
- name : Checkout repo
37
37
38
38
doctoc :
39
39
name : Doctoc markdown files
40
- runs-on : ubuntu-latest
40
+ runs-on : ubuntu-20.04
41
41
timeout-minutes : 5
42
42
steps :
43
43
- name : Checkout repo
66
66
67
67
lint-helm :
68
68
name : Lint Helm chart
69
- runs-on : ubuntu-latest
69
+ runs-on : ubuntu-20.04
70
70
timeout-minutes : 5
71
71
steps :
72
72
- name : Checkout repo
97
97
98
98
lint-ts :
99
99
name : Lint TypeScript files
100
- runs-on : ubuntu-latest
100
+ runs-on : ubuntu-20.04
101
101
timeout-minutes : 5
102
102
steps :
103
103
- name : Checkout repo
@@ -244,7 +244,7 @@ jobs:
244
244
# Only run if PR comes from base repo or event is not a PR
245
245
# Reason: forks cannot access secrets and this will always fail
246
246
if : github.event.pull_request.head.repo.full_name == github.repository || github.event_name != 'pull_request'
247
- runs-on : ubuntu-latest
247
+ runs-on : ubuntu-20.04
248
248
steps :
249
249
- name : Checkout repo
250
250
uses : actions/checkout@v3
@@ -295,7 +295,7 @@ jobs:
295
295
test-e2e :
296
296
name : Run e2e tests
297
297
needs : build
298
- runs-on : ubuntu-22 .04
298
+ runs-on : ubuntu-20 .04
299
299
timeout-minutes : 25
300
300
steps :
301
301
- name : Checkout repo
@@ -351,7 +351,7 @@ jobs:
351
351
test-e2e-proxy :
352
352
name : Run e2e tests behind proxy
353
353
needs : build
354
- runs-on : ubuntu-22 .04
354
+ runs-on : ubuntu-20 .04
355
355
timeout-minutes : 25
356
356
steps :
357
357
- name : Checkout repo
You can’t perform that action at this time.
0 commit comments