Skip to content

Commit

Permalink
chore: update workflow config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 30, 2022
1 parent 7d431dc commit 205a0ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:


jobs:
build-deploy:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:

github-package:
runs-on: ubuntu-18.04
needs: build-deploy
needs: build
if: needs.build.outputs.successful
steps:
- uses: actions/checkout@v3
Expand All @@ -100,7 +100,7 @@ jobs:

npm-package:
runs-on: ubuntu-18.04
needs: build-deploy
needs: build
if: needs.build.outputs.successful
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 205a0ac

Please sign in to comment.