Skip to content

Commit

Permalink
ci: Stopped waiting for the Linux CI to terminate to start Buildroot …
Browse files Browse the repository at this point in the history
…CI, because the Buildroot CI is now fast.

Signed-off-by: RICCIARDI-Adrien <[email protected]>
  • Loading branch information
RICCIARDI-Adrien committed Dec 12, 2023
1 parent 8caf537 commit 19e784c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/buildroot.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
name: Buildroot
on:
workflow_run:
workflows: [Linux]
types:
- completed
on: [push, pull_request]

jobs:
buildroot:
# Only run this job if the triggering job (Linux) passed
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 19e784c

Please sign in to comment.