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

Access artifacts for cancelled workflows #53

Open
Slackadays opened this issue May 22, 2023 · 1 comment
Open

Access artifacts for cancelled workflows #53

Slackadays opened this issue May 22, 2023 · 1 comment

Comments

@Slackadays
Copy link

When I'm trying to fix my new GHA setups I often cancel workflows early because they always get hung up by some really slow runners (like QEMU ones) that don't matter at that moment. However, this cancellation means that the latest artifacts don't make it to nightly.link because GH thinks that workflow is bad or something when I really just clicked the "cancel" button. Is it possible to make N.L also get the artifacts for all runs including those that got cancelled?

@oprypin
Copy link
Owner

oprypin commented May 22, 2023

You can try this - not sure if it's sufficient though

append ?status=completed to the URL.

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

No branches or pull requests

2 participants