Skip to content

Commit 0a23a2e

Browse files
authored
Merge pull request #17928 from MinaProtocol/dkijania/fix_cond
fix condition to skip running rosetta on develop
2 parents 40d625e + 099cec9 commit 0a23a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildkite/src/Command/Rosetta/Connectivity.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ let Spec =
4848
, profile = Profiles.Type.Devnet
4949
, scope = PipelineScope.Full
5050
, if_ =
51-
"build.pull_request.base_branch != \"develop\" || build.branch == \"develop\""
51+
"build.pull_request.base_branch != \"develop\" && build.branch != \"develop\""
5252
}
5353
}
5454

0 commit comments

Comments
 (0)