inconsistent examples on conditional build notifications
Open
- Dominant language
- Ruby
- Stars
- 59
- Forks
- 313
- PR merge metrics
- No merged PRs in 30d
Description
On this doc: https://buildkite.com/docs/pipelines/notifications#conditional-notifications
some examples use
`if: build.state == "passed"`
other use
`if: "build.state == 'passed'"`
without an (obvious) explicit mention that both work or if one is preferred
Contributor guide
Assessment
This issue has not been assessed yet.