NewPipeExtractor
NewPipeExtractor copied to clipboard
Make scheduled tests useful again
The scheduled tests are constantly failing because some services are blocking/limiting requests from GitHub Action's IP ranges
Example scheduled run: https://github.com/TeamNewPipe/NewPipeExtractor/actions/runs/16183746320/job/45685433640
Proposal: Don't executed scheduled CI checks anymore - at least for the affected services
Related: #1276
Would a possible alternative to this be to have a dedicated (or multiple) account purely for CI tests, which would circumvent these errors?