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 3268664 commit 3eef10dCopy full SHA for 3eef10d
.github/workflows/checks.yml
@@ -303,6 +303,7 @@ jobs:
303
needs: [Prepare]
304
timeout-minutes: 45
305
runs-on: ubuntu-latest
306
+ if: github.event.pull_request.base.ref != 'develop'
307
services:
308
mina-local-network:
309
image: o1labs/mina-local-network:master-latest-lightnet
@@ -338,7 +339,7 @@ jobs:
338
339
340
341
- if: github.event.pull_request.base.ref != 'develop'
342
343
344
345
image: o1labs/mina-local-network:compatible-latest-lightnet
0 commit comments