Skip to content

Using templates from develop branches to test it #267

Using templates from develop branches to test it

Using templates from develop branches to test it #267

name: Build ThunderNanoServicesRDK on Linux
on:
workflow_dispatch:
push:
# branches: ["master"]
pull_request:
branches: ["master"]
jobs:
Thunder:
uses: rdkcentral/Thunder/.github/workflows/Linux build template.yml@development/actions-checkouts
ThunderInterfaces:
needs: Thunder
uses: rdkcentral/ThunderInterfaces/.github/workflows/Linux build template.yml@development/actions-checkouts
ThunderNanoServicesRDK:
needs: ThunderInterfaces
uses: WebPlatformForEmbedded/ThunderNanoServicesRDK/.github/workflows/Linux build template.yml@development/actions-checkouts