Skip to content

Commit

Permalink
fix(ci): needs prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomgrus committed Dec 20, 2021
1 parent a5c6582 commit fbea0ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
GH_TOKEN: ${{ secrets.PAT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
build-api:
needs: preprare
needs: prepare
if: ${{ needs.prepare.outputs.skip_api != 'true' }}
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
popd
cat code/tests/target/results.txt | grep SUCCESS
build-web-ui:
needs: preprare
needs: prepare
if: ${{ needs.prepare.outputs.skip_web-ui != 'true' }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit fbea0ae

Please sign in to comment.