Skip to content

Commit

Permalink
Don't wait for test and format to run publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Dec 10, 2024
1 parent 7cc08b2 commit 8ebf562
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
- run: scalafmt --check

publish:
needs: [test, format]
if: github.event_name == 'push'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8ebf562

Please sign in to comment.