File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ jobs:
138
138
139
139
build_linux :
140
140
name : Build on Linux (fake, gcc_release, clang, simulated)
141
+ needs : await-fast-ci
141
142
142
143
runs-on : ubuntu-latest
143
144
if : github.actor != 'restyled-io[bot]'
@@ -281,6 +282,7 @@ jobs:
281
282
282
283
build_linux_python_lib :
283
284
name : Build on Linux (python_lib)
285
+ needs : await-fast-ci
284
286
285
287
runs-on : ubuntu-latest
286
288
if : github.actor != 'restyled-io[bot]'
@@ -342,6 +344,7 @@ jobs:
342
344
343
345
build_linux_python_lighting_device :
344
346
name : Build on Linux (python lighting-app)
347
+ needs : await-fast-ci
345
348
346
349
runs-on : ubuntu-latest
347
350
if : github.actor != 'restyled-io[bot]'
@@ -376,6 +379,7 @@ jobs:
376
379
377
380
build_darwin :
378
381
name : Build on Darwin (clang, python_lib, simulated)
382
+ needs : await-fast-ci
379
383
runs-on : macos-13
380
384
if : github.actor != 'restyled-io[bot]'
381
385
@@ -451,6 +455,7 @@ jobs:
451
455
452
456
build_linux_gcc_coverage :
453
457
name : Build on Linux (coverage)
458
+ needs : await-fast-ci
454
459
455
460
runs-on : ubuntu-latest
456
461
if : github.actor != 'restyled-io[bot]'
You can’t perform that action at this time.
0 commit comments