mistercrunch opened a new pull request, #33124: URL: https://github.com/apache/superset/pull/33124
A while back we incurred significant costs while using the "dashboard" reporting feature that cypress exposes, with essentially every CI build costing some money. At the time we decided to only use the feature on `master`, so that we'd have reports on hand if/when needed and stay under our free quota. Now this part is failing in master, and I don't think anyone is using the feature. This PR disables it for master pushes (same behavior as in PRs). Note that it's still possible (in theory) to manually generate a run and get the report through the `workflow_dispatch` feature, though given the current issue, it would probably require some attention/debugging. Let's just switch this off to fix master for now. Can always be restored if/when needed. -- 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]
