Skip to content

Commit

Permalink
[Actions] Using the already merged workflows instead of my forks (#771)
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 pull request
  • Loading branch information
VeithMetro authored Jan 17, 2024
1 parent 044868e commit 2fe9f3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Build ThunderNanoServices on Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:

jobs:
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

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

0 comments on commit 2fe9f3a

Please sign in to comment.