github-actions[bot] opened a new pull request, #54418: URL: https://github.com/apache/airflow/pull/54418
While we refreshed the cache in main for schedule and workflow_dispatch so far, it seems that v3-0-test cache had not been refreshed because there `canary` builds work as `push` jobs. This PR adds `push` event to trigger the cache push as well - this should work fine because there is also the "canary" flag and we do not run "push" events for "main" branch. We could have removed the check for event types, but we really only want to run cache update on "true" canary runs not those that are triggered by pull_request and canary label. (cherry picked from commit 8b95f63075cf2c883983128cab0cf3387008a0b9) Co-authored-by: Jarek Potiuk <[email protected]> -- 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]
