We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d337cbf commit 028ecc5Copy full SHA for 028ecc5
1 file changed
.github/workflows/publish-to-rubygems.yml
@@ -25,7 +25,7 @@ jobs:
25
26
publish:
27
name: Build & Publish gem
28
- needs: test
+# needs: test
29
if: github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/')
30
runs-on: ubuntu-latest
31
permissions:
0 commit comments