Skip to content

Commit e8b9073

Browse files
authored
Update build.yaml
1 parent 327ff1b commit e8b9073

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ jobs:
138138

139139
build_linux:
140140
name: Build on Linux (fake, gcc_release, clang, simulated)
141+
needs: await-fast-ci
141142

142143
runs-on: ubuntu-latest
143144
if: github.actor != 'restyled-io[bot]'
@@ -281,6 +282,7 @@ jobs:
281282

282283
build_linux_python_lib:
283284
name: Build on Linux (python_lib)
285+
needs: await-fast-ci
284286

285287
runs-on: ubuntu-latest
286288
if: github.actor != 'restyled-io[bot]'
@@ -342,6 +344,7 @@ jobs:
342344
343345
build_linux_python_lighting_device:
344346
name: Build on Linux (python lighting-app)
347+
needs: await-fast-ci
345348

346349
runs-on: ubuntu-latest
347350
if: github.actor != 'restyled-io[bot]'
@@ -376,6 +379,7 @@ jobs:
376379
377380
build_darwin:
378381
name: Build on Darwin (clang, python_lib, simulated)
382+
needs: await-fast-ci
379383
runs-on: macos-13
380384
if: github.actor != 'restyled-io[bot]'
381385

@@ -451,6 +455,7 @@ jobs:
451455

452456
build_linux_gcc_coverage:
453457
name: Build on Linux (coverage)
458+
needs: await-fast-ci
454459

455460
runs-on: ubuntu-latest
456461
if: github.actor != 'restyled-io[bot]'

0 commit comments

Comments
 (0)