Skip to content

Commit f264595

Browse files
committed
skip also when running directly on develop
1 parent 4e87f7c commit f264595

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildkite/src/Command/Rosetta/Connectivity.dhall

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ let Spec =
4747
, timeout = 1000
4848
, profile = Profiles.Type.Devnet
4949
, scope = PipelineScope.Full
50-
, if = "build.pull_request.base_branch != \"develop\""
50+
, if =
51+
"build.pull_request.base_branch != \"develop\" || build.branch == \"develop\""
5152
}
5253
}
5354

0 commit comments

Comments
 (0)