I’ve tried to configure notifications in a workflow file as described here in the Crow CI docs but when executing the workflow, I get a warning:
Unknown property
notify.
Is this expected?
The workflow file looks like this (steps omitted for brevity):
when:
- event: manual
- event: push
branch: main
steps:
- ...
notify:
events:
- failure