File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,6 @@ concurrency:
28
28
permissions :
29
29
contents : write
30
30
31
- defaults :
32
- run :
33
- working-directory : ' deployments/ansible'
34
-
35
31
env :
36
32
GO_VERSION : 1.23.8
37
33
@@ -173,6 +169,9 @@ jobs:
173
169
lint :
174
170
name : Lint
175
171
runs-on : ubuntu-24.04
172
+ defaults :
173
+ run :
174
+ working-directory : ' deployments/ansible'
176
175
steps :
177
176
- name : Check out the codebase.
178
177
uses : actions/checkout@v4
@@ -192,6 +191,9 @@ jobs:
192
191
name : Linux Test
193
192
needs : [lint, build-package]
194
193
runs-on : ubuntu-24.04
194
+ defaults :
195
+ run :
196
+ working-directory : ' deployments/ansible'
195
197
strategy :
196
198
fail-fast : false
197
199
matrix :
@@ -254,6 +256,9 @@ jobs:
254
256
name : Windows Test
255
257
needs : lint
256
258
runs-on : ubuntu-24.04
259
+ defaults :
260
+ run :
261
+ working-directory : ' deployments/ansible'
257
262
timeout-minutes : 60
258
263
strategy :
259
264
fail-fast : false
@@ -339,6 +344,9 @@ jobs:
339
344
name : Push Release Tag
340
345
needs : lint
341
346
runs-on : ubuntu-24.04
347
+ defaults :
348
+ run :
349
+ working-directory : ' deployments/ansible'
342
350
if : github.ref == 'refs/heads/main'
343
351
steps :
344
352
- name : Checkout
You can’t perform that action at this time.
0 commit comments