Skip to content

Instantly share code, notes, and snippets.

@deepal
Created July 16, 2022 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deepal/75878f4d80ce0901817f36389d551c1e to your computer and use it in GitHub Desktop.
Save deepal/75878f4d80ce0901817f36389d551c1e to your computer and use it in GitHub Desktop.
return function ()
if os.getenv("RUN_SUM") == "1" then
return true
else
return false
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment