Skip to content

Commit 028ecc5

Browse files
committed
Fix CI tests
1 parent d337cbf commit 028ecc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-to-rubygems.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
publish:
2727
name: Build & Publish gem
28-
needs: test
28+
# needs: test
2929
if: github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/')
3030
runs-on: ubuntu-latest
3131
permissions:

0 commit comments

Comments
 (0)