Skip to content

Instantly share code, notes, and snippets.

@dibyom
Last active June 19, 2019 15:55
Show Gist options
  • Save dibyom/557c9abc50f607e3e0cf5a8125adcb62 to your computer and use it in GitHub Desktop.
Save dibyom/557c9abc50f607e3e0cf5a8125adcb62 to your computer and use it in GitHub Desktop.
conditions:
- type: AND
checks:
- conditionRef: stringsEqual
params:
- name: expected
value: master
- name: actual
value: ${input.workspace.revision}
- conditionRef: stringsEqual
params:
- name: expected
value: foo
- name: actual
value: ${input.workspace.somethingElse}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment