Skip to content

Commit fa8660e

Browse files
authored
Update build.yaml
1 parent ecf5695 commit fa8660e

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
@@ -35,8 +35,13 @@ env:
3535
CHIP_NO_LOG_TIMESTAMPS: true
3636

3737
jobs:
38+
await-fast-ci:
39+
name: Await Fast CI
40+
uses: ./.github/workflows/await-fast-ci.yaml
41+
3842
build_linux_gcc_debug:
3943
name: Build on Linux (gcc_debug)
44+
needs: await-fast-ci
4045

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

0 commit comments

Comments
 (0)