Skip to content

Commit

Permalink
deploy shouldn't wait for CI; they are separate
Browse files Browse the repository at this point in the history
  • Loading branch information
bjacobel committed May 27, 2024
1 parent db876fe commit 77607c5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ jobs:
npm-release:
runs-on: ubuntu-latest
steps:
- name: Wait for CI to succeed
uses: lewagon/wait-on-check-action@master
with:
ref: ${{ github.ref }}
check-name: 'Lint/Test'
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down

0 comments on commit 77607c5

Please sign in to comment.