Skip to content

Commit 93842a9

Browse files
committed
fix(ci): enable run after above jobs are done
1 parent 19934aa commit 93842a9

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)