TheAlgorithms / Python

All Algorithms implemented in Python
https://thealgorithms.github.io/Python/
MIT License
194.18k stars 45.63k forks source link

GitHub Actions Scheduled builds started in forked repo #7996

Closed Cjkjvfnby closed 1 year ago

Cjkjvfnby commented 1 year ago

Repository commit

7f1a5521f4b73d15df409a81f3da48427f9c6cdc

Python version (python --version)

Python

Dependencies version (pip freeze)

github.com

Expected behavior

No scheduled builds after the fork.

Actual behavior

изображение

Build is run each day. I have to disable the GitHub actions manually.
https://github.com/orgs/community/discussions/26704

Looks like it could be partially solved by adding a flag. Action will still run, but will exit fast. https://github.com/laravel/framework/issues/34356#issuecomment-692874445

Not sure if actions are enabled by default and how many repos we forked with this scheduled build.

beuge8899 commented 1 year ago

cool

dhruvmanila commented 1 year ago

You can disable the actions from the repository settings: https://github.com/Cjkjvfnby/Python/settings/actions