nailo2c commented on PR #63310: URL: https://github.com/apache/airflow/pull/63310#issuecomment-4035410958
It didn't run the steps I added <img width="852" height="570" alt="Screenshot 2026-03-10 at 5 41 00 PM" src="https://github.com/user-attachments/assets/b2a59a01-94e9-45ae-aa52-1a3d962b97bd" /> The reason is that this is not a schedule run, since I set the `if` condition in the CI: ```yaml if: > inputs.canary-run == 'true' && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') ``` -- 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]
