Notification settings in workflow

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

Yes, that’s a valid bug in Crow’s schema. Fixed here. New version (6.3.0) deployed - please give it a try!