Skip to content

Commit 9280eba

Browse files
authored
FFM-10311 Build testgrid on PR (#140)
1 parent 3a03e7d commit 9280eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.harness/ffgolangserversdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ pipeline:
138138
BUILD_MODE: local
139139
when:
140140
stageStatus: Success
141-
condition: <+pipeline.triggeredBy.name> == "OnRelease" || <+pipeline.triggeredBy.identifier> == "GitPullRequest"
141+
condition: <+pipeline.variables.release> || <+pipeline.variables.pull_request>
142142
- step:
143143
type: Run
144144
name: CVE scan

0 commit comments

Comments
 (0)