[Actions] Workflows should not get stuck when the update server is unresponsive #204
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build ThunderNanoServicesRDK on MacOS | |
| permissions: | |
| contents: read | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: ["master"] | |
| pull_request: | |
| branches: ["master"] | |
| jobs: | |
| Thunder_MacOS: | |
| uses: rdkcentral/Thunder/.github/workflows/MacOS build template.yml@master | |
| ThunderInterfaces_MacOS: | |
| needs: Thunder_MacOS | |
| uses: rdkcentral/ThunderInterfaces/.github/workflows/MacOS build template.yml@master | |
| ThunderNanoServicesRDK_MacOS: | |
| needs: ThunderInterfaces_MacOS | |
| uses: ./.github/workflows/MacOS build template.yml |