Skip to content

Commit

Permalink
[Actions] Using the already merged workflows instead of my forks (#323)
Browse files Browse the repository at this point in the history
* Using workflows from our repos instead of the ones on my forks

* Prep for merging
  • Loading branch information
VeithMetro authored Jan 16, 2024
1 parent b938abf commit 5c406da
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/Build ThunderInterfaces on Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,21 @@ on:
branches: ["master"]

jobs:
# change the user and branch name in each one after the templates are merged
Thunder:
uses: VeithMetro/Thunder/.github/workflows/Linux build template.yml@development/actions
uses: rdkcentral/Thunder/.github/workflows/Linux build template.yml@master

ThunderInterfaces:
needs: Thunder
uses: VeithMetro/ThunderInterfaces/.github/workflows/Linux build template.yml@development/actions
uses: rdkcentral/ThunderInterfaces/.github/workflows/Linux build template.yml@master

ThunderClientLibraries:
needs: ThunderInterfaces
uses: VeithMetro/ThunderClientLibraries/.github/workflows/Linux build template.yml@development/actions
uses: rdkcentral/ThunderClientLibraries/.github/workflows/Linux build template.yml@master

ThunderNanoServices:
needs: ThunderInterfaces
uses: VeithMetro/ThunderNanoServices/.github/workflows/Linux build template.yml@development/actions
uses: rdkcentral/ThunderNanoServices/.github/workflows/Linux build template.yml@master

ThunderNanoServicesRDK:
needs: ThunderInterfaces
uses: VeithMetro/ThunderNanoServicesRDK/.github/workflows/Linux build template.yml@development/actions
uses: WebPlatformForEmbedded/ThunderNanoServicesRDK/.github/workflows/Linux build template.yml@master

0 comments on commit 5c406da

Please sign in to comment.