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 19934aa commit 93842a9Copy full SHA for 93842a9
.github/workflows/ci.yml
@@ -109,7 +109,7 @@ jobs:
109
run: docker rmi ghcr.io/lit-protocol/shiva
110
ping-lit-configuration-guides:
111
runs-on: ubuntu-latest
112
- # needs: [unit-tests, integration-tests] # Make sure this job runs after others complete
+ needs: [unit-tests, integration-tests] # Make sure this job runs after others complete
113
steps:
114
- name: Get PR labels
115
id: pr-labels
0 commit comments