Schedules in actions

Does the schedule key work in gitea actions?

on:
  push:
    branches:
      - 'main'
  schedule:
    - cron: '0 21 * * *'

I’ve tried it and it doesn’t seem to be working.

chore(actions): support cron schedule task. by appleboy · Pull Request #22751 · go-gitea/gitea (github.com)

thanks. Then I will just wait until that is merged.