EnricoMi commented on PR #36285: URL: https://github.com/apache/spark/pull/36285#issuecomment-1106288464
@Yikun The expression `github.event.type` does not exist for scheduled events. The only content of `event` is the `schedule` field. In fact, the payload for that event is not even documented: https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads But there is `github.event_name`: https://docs.github.com/en/actions/learn-github-actions/contexts#github-context -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
