Skip to content

Commit

Permalink
fix: reduce publish dependency on quality
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagargajare committed Mar 27, 2024
1 parent 5509c40 commit 3287578
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
publish:
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' }}
needs: [quality]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 3287578

Please sign in to comment.