We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da71e0c commit 15a39ddCopy full SHA for 15a39dd
.github/workflows/ci.yml
@@ -152,12 +152,12 @@ jobs:
152
deploy:
153
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
154
runs-on: ${{ matrix.os }}
155
- needs:
156
- - lint
157
- - package-checks
158
- - test-static
159
- - test-dynamic
160
- - test-arch
+# needs:
+# - lint
+# - package-checks
+# - test-static
+# - test-dynamic
+# - test-arch
161
strategy:
162
matrix:
163
os:
0 commit comments