Skip to content

Commit

Permalink
Don't wait for tests to have run to run release job
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed May 17, 2024
1 parent de05ca2 commit fa5a1e8
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 @@ -27,7 +27,6 @@ jobs:
SCALA_VERSION: ${{ matrix.SCALA_VERSION }}
publish:
needs: test
if: github.event_name == 'push'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit fa5a1e8

Please sign in to comment.