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 4e87f7c commit f264595Copy full SHA for f264595
buildkite/src/Command/Rosetta/Connectivity.dhall
@@ -47,7 +47,8 @@ let Spec =
47
, timeout = 1000
48
, profile = Profiles.Type.Devnet
49
, scope = PipelineScope.Full
50
- , if = "build.pull_request.base_branch != \"develop\""
+ , if =
51
+ "build.pull_request.base_branch != \"develop\" || build.branch == \"develop\""
52
}
53
54
0 commit comments