Python icon indicating copy to clipboard operation
Python copied to clipboard

GitHub Actions Scheduled builds started in forked repo

Open Cjkjvfnby opened this issue 2 years ago • 1 comments

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.

Cjkjvfnby avatar Nov 20 '22 10:11 Cjkjvfnby

cool

beuge8899 avatar Dec 16 '22 07:12 beuge8899

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

dhruvmanila avatar Mar 01 '23 13:03 dhruvmanila