Skip to content

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

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

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

name: Build ThunderNanoServices 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
ThunderNanoServices:
needs: ThunderInterfaces
uses: VeithMetro/ThunderNanoServices/.github/workflows/Linux build template.yml@development/actions