Skip to content

Commit

Permalink
Make sure all MacOS job names are unique (#328)
Browse files Browse the repository at this point in the history
Otherwise it clashes with the Linux required checks, even despite the workflow name being different
  • Loading branch information
VeithMetro authored Nov 20, 2024
1 parent a9812e7 commit 7aa41d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/Build ThunderNanoServicesRDK on MacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:
branches: ["master"]

jobs:
Thunder:
Thunder_MacOS:
uses: rdkcentral/Thunder/.github/workflows/MacOS build template.yml@master

ThunderInterfaces:
needs: Thunder
ThunderInterfaces_MacOS:
needs: Thunder_MacOS
uses: rdkcentral/ThunderInterfaces/.github/workflows/MacOS build template.yml@master

ThunderNanoServicesRDK:
needs: ThunderInterfaces
ThunderNanoServicesRDK_MacOS:
needs: ThunderInterfaces_MacOS
uses: WebPlatformForEmbedded/ThunderNanoServicesRDK/.github/workflows/MacOS build template.yml@master

0 comments on commit 7aa41d6

Please sign in to comment.