sigstore / root-signing-staging

Staging TUF repository for Sigstore trust root
https://tuf-repo-cdn.sigstage.dev/
Apache License 2.0
3 stars 5 forks source link

workflows: Make sure custom-test.yml can run twice #103

Closed jku closed 2 months ago

jku commented 2 months ago

Publish workflow wants to call custom-test reusable workflow twice. This currently fails because both runs want to upload artifact 'bundle'.

We don't really care about the specific artifact so can just allow overwriting.

Fixes #102


This issue appeared from #99 (which started uploading the artifact for new client tests)