Skip to content

Commit

Permalink
Update examples-nuttx.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kliao-csa authored Jun 28, 2024
1 parent 7573357 commit 6c30ed0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/examples-nuttx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,13 @@ env:
CHIP_NO_LOG_TIMESTAMPS: true

jobs:
await-fast-ci:
name: Await Fast CI
uses: ./.github/workflows/await-fast-ci.yaml

nuttx:
name: NuttX
needs: await-fast-ci

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

0 comments on commit 6c30ed0

Please sign in to comment.