Skip to content

Commit 1b688e3

Browse files
committed
wip: disable needs
1 parent 2350bf1 commit 1b688e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
run: docker rmi ghcr.io/lit-protocol/shiva
110110
ping-lit-configuration-guides:
111111
runs-on: ubuntu-latest
112-
needs: [unit-tests, integration-tests] # Make sure this job runs after others complete
112+
# needs: [unit-tests, integration-tests] # Make sure this job runs after others complete
113113
steps:
114114
- name: Get PR labels
115115
id: pr-labels

0 commit comments

Comments
 (0)