diff --git a/magic_spoiler/__main__.py b/magic_spoiler/__main__.py index c4f9fe31..923d4427 100644 --- a/magic_spoiler/__main__.py +++ b/magic_spoiler/__main__.py @@ -644,7 +644,7 @@ def main() -> None: # Cleanup outdated stuff that's not necessary changed |= delete_old_files() - # Set output to deploy + # Only when run in CI, enable deployment on changes if os.environ['CI']: if changed: print("::set-output name=deploy::true")