Skip to content

Stable/v0 0 1

Stable/v0 0 1 #3

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

View workflow run for this annotation

GitHub Actions / Main github-hosted workflow

Invalid workflow file

The workflow is not valid. .github/workflows/1-main-github-hosted.yml (Line: 6, Col: 3): The workflow must contain at least one job with no dependencies.
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 }}