Skip to content

Build ThunderInterfaces on Linux #344

Build ThunderInterfaces on Linux

Build ThunderInterfaces on Linux #344

name: Build ThunderInterfaces on Linux
on:
workflow_dispatch:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
Thunder:
uses: rdkcentral/Thunder/.github/workflows/Linux build template.yml@development/actions-pep668-error # change back to master
ThunderInterfacesMaster:
needs: Thunder
if: ${{ !contains(github.event.pull_request.body, '[ThunderInterfaces-Linux-template]') }}
uses: rdkcentral/ThunderInterfaces/.github/workflows/Linux build template.yml@master
ThunderInterfacesDevelopment:
needs: Thunder
if: contains(github.event.pull_request.body, '[ThunderInterfaces-Linux-template]')
uses: rdkcentral/ThunderInterfaces/.github/workflows/Linux build template.yml@development/actions-template

Check failure on line 22 in .github/workflows/Build ThunderInterfaces on Linux.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Build ThunderInterfaces on Linux.yml

Invalid workflow file

error parsing called workflow ".github/workflows/Build ThunderInterfaces on Linux.yml" -> "rdkcentral/ThunderInterfaces/.github/workflows/Linux build template.yml@development/actions-template" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
ThunderClientLibraries:
needs: [ThunderInterfacesMaster, ThunderInterfacesDevelopment]
uses: rdkcentral/ThunderClientLibraries/.github/workflows/Linux build template.yml@master
ThunderNanoServices:
needs: [ThunderInterfacesMaster, ThunderInterfacesDevelopment]
uses: rdkcentral/ThunderNanoServices/.github/workflows/Linux build template.yml@master
ThunderNanoServicesRDK:
needs: [ThunderInterfacesMaster, ThunderInterfacesDevelopment]
uses: WebPlatformForEmbedded/ThunderNanoServicesRDK/.github/workflows/Linux build template.yml@master