Skip to content

[Actions] Managing dependencies to make the workflows callable from different repos #176

[Actions] Managing dependencies to make the workflows callable from different repos

[Actions] Managing dependencies to make the workflows callable from different repos #176

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