Skip to content

Commit c82f3d6

Browse files
authored
Update examples-mbed.yaml
1 parent 5752d9f commit c82f3d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/examples-mbed.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,13 @@ env:
3030
CHIP_NO_LOG_TIMESTAMPS: true
3131

3232
jobs:
33+
await-fast-ci:
34+
name: Await Fast CI
35+
uses: ./.github/workflows/await-fast-ci.yaml
36+
3337
mbedos:
3438
name: Mbed OS examples building
39+
needs: await-fast-ci
3540

3641
env:
3742
PLATFORM_NAME: mbed

0 commit comments

Comments
 (0)