File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 39
39
permissions :
40
40
contents : read
41
41
steps :
42
+ - name : Tune GitHub-hosted runner network
43
+ uses : smorimoto/tune-github-hosted-runner-network@v1
42
44
- name : Setup PostgreSQL
43
45
uses : ikalnytskyi/action-setup-postgres@v4
44
46
with :
@@ -181,6 +183,8 @@ jobs:
181
183
permissions :
182
184
contents : read
183
185
steps :
186
+ - name : Tune GitHub-hosted runner network
187
+ uses : smorimoto/tune-github-hosted-runner-network@v1
184
188
- name : Setup .NET
185
189
uses : actions/setup-dotnet@v3
186
190
with :
@@ -234,6 +238,8 @@ jobs:
234
238
permissions :
235
239
contents : read
236
240
steps :
241
+ - name : Tune GitHub-hosted runner network
242
+ uses : smorimoto/tune-github-hosted-runner-network@v1
237
243
- name : Setup .NET
238
244
uses : actions/setup-dotnet@v3
239
245
with :
@@ -277,6 +283,8 @@ jobs:
277
283
packages : write
278
284
contents : write
279
285
steps :
286
+ - name : Tune GitHub-hosted runner network
287
+ uses : smorimoto/tune-github-hosted-runner-network@v1
280
288
- name : Download artifacts
281
289
uses : actions/download-artifact@v3
282
290
- name : Publish to GitHub Packages
You can’t perform that action at this time.
0 commit comments