Skip to content

Commit

Permalink
Try without the nested conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
VeithMetro authored Oct 11, 2024
1 parent 94dd527 commit 1d44c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build ThunderInterfaces on Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

ThunderInterfaces:
needs: [Thunder, GetFlags]
uses: rdkcentral/ThunderInterfaces/.github/workflows/Linux build template.yml@${{${{needs.GetFlags.outputs.template}} == '' && 'master' || ${{needs.GetFlags.outputs.template}}}} # change back to master
uses: rdkcentral/ThunderInterfaces/.github/workflows/Linux build template.yml@${{ needs.GetFlags.outputs.template != '' && needs.GetFlags.outputs.template || 'master' }} # change back to master

ThunderClientLibraries:
needs: ThunderInterfaces
Expand Down

0 comments on commit 1d44c85

Please sign in to comment.