Stable/v0 0 1 #3
Workflow file for this run
This file contains 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: Main github-hosted workflow | ||
on: [ push, pull_request ] | ||
jobs: | ||
github-hosted: | ||
Check failure on line 6 in .github/workflows/1-main-github-hosted.yml GitHub Actions / Main github-hosted workflowInvalid workflow file
|
||
needs: github-hosted | ||
if: ${{ needs.github-hosted.result == 'failure' }} | ||
uses: ./.github/workflows/react-packages.yml | ||
with: | ||
runs-on: ubuntu-latest | ||
secrets: | ||
token: ${{ secrets.GITHUB_TOKEN }} |