Skip to content

Commit 3eef10d

Browse files
committed
run only if target not develop
1 parent 3268664 commit 3eef10d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ jobs:
303303
needs: [Prepare]
304304
timeout-minutes: 45
305305
runs-on: ubuntu-latest
306+
if: github.event.pull_request.base.ref != 'develop'
306307
services:
307308
mina-local-network:
308309
image: o1labs/mina-local-network:master-latest-lightnet
@@ -338,7 +339,7 @@ jobs:
338339
needs: [Prepare]
339340
timeout-minutes: 45
340341
runs-on: ubuntu-latest
341-
if: github.event.pull_request.base.ref != 'develop'
342+
if: github.event.pull_request.base.ref != 'develop'
342343
services:
343344
mina-local-network:
344345
image: o1labs/mina-local-network:compatible-latest-lightnet

0 commit comments

Comments
 (0)