Skip to content

Commit 15a39dd

Browse files
committed
Remove dependencies
1 parent da71e0c commit 15a39dd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,12 @@ jobs:
152152
deploy:
153153
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
154154
runs-on: ${{ matrix.os }}
155-
needs:
156-
- lint
157-
- package-checks
158-
- test-static
159-
- test-dynamic
160-
- test-arch
155+
# needs:
156+
# - lint
157+
# - package-checks
158+
# - test-static
159+
# - test-dynamic
160+
# - test-arch
161161
strategy:
162162
matrix:
163163
os:

0 commit comments

Comments
 (0)