Skip to content

Conversation

ovr
Copy link

@ovr ovr commented Feb 28, 2021

Hello!

Thanks

@svenstaro
Copy link
Owner

Shouldn't we perhaps always throw an error in case an artifact with the same name already exists? What do you think?

@ovr
Copy link
Author

ovr commented Mar 12, 2021

Shouldn't we perhaps always throw an error in case an artifact with the same name already exists? What do you think?

GitHub doesn't give an ability to restart specific jobs in a workflow, it's why the whole workflow with all jobs can be restarted. In this case, I am getting a problem with this error, because I have jobs that depend on the job that failed.

Let's imagine

Jobs (step1) -> Job2.1 (step2) -> Job (step3)
                      -> Job2.2 (step2)

For example Job 2.1 success (uploaded artifact), but Job 2.1 failed
I will try to restart the whole workflow and job 2.1 will be failed because it already uploads an artifact

@yairm210
Copy link
Collaborator

Hi @ovr, we're cleaning up the repo - it's been a while, is this still relevant for you? If yes, I'll try to get it in

@yairm210
Copy link
Collaborator

Resolved by #142

@yairm210 yairm210 closed this Jun 21, 2025
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.

3 participants