Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do update check only if git target or gist output #401

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

ericwb
Copy link
Contributor

@ericwb ericwb commented Apr 1, 2024

This modifies the run of the CLI to only check for new PyPI updates to the package if a given target is a GitHub address or the output is designated to Gist. Both of these are remote, and so the cost to check an update (also remote) only runs in the same case.

This modifies the run of the CLI to only check for new PyPI updates
to the package if a given target is a GitHub address or the output
is designated to Gist. Both of these are remote, and so the cost
to check an update (also remote) only runs in the same case.

Signed-off-by: Eric Brown <eric.brown@securesauce.dev>
@ericwb ericwb merged commit dd94dc8 into securesauce:main Apr 1, 2024
7 checks passed
@ericwb ericwb deleted the condition_outdated_check branch April 1, 2024 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant