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 3a03e7d commit 9280ebaCopy full SHA for 9280eba
.harness/ffgolangserversdk.yaml
@@ -138,7 +138,7 @@ pipeline:
138
BUILD_MODE: local
139
when:
140
stageStatus: Success
141
- condition: <+pipeline.triggeredBy.name> == "OnRelease" || <+pipeline.triggeredBy.identifier> == "GitPullRequest"
+ condition: <+pipeline.variables.release> || <+pipeline.variables.pull_request>
142
- step:
143
type: Run
144
name: CVE scan
0 commit comments