chipsalliance / Cores-VeeR-EL2

VeeR EL2 Core
https://chipsalliance.github.io/Cores-VeeR-EL2/html/index.html
Apache License 2.0
235 stars 68 forks source link

Upload artifacts only once #189

Closed RRozak closed 3 weeks ago

RRozak commented 3 weeks ago

These jobs: https://github.com/chipsalliance/Cores-VeeR-EL2/blob/b7a30d0c60ce945c0dc13e9fecb985a1d94b1fa8/.github/workflows/publish-webpage.yml#L77-L82 and https://github.com/chipsalliance/Cores-VeeR-EL2/blob/b7a30d0c60ce945c0dc13e9fecb985a1d94b1fa8/.github/workflows/publish-webpage.yml#L96-L101 both upload the same artifacts. As it is shown in the logs: https://github.com/chipsalliance/Cores-VeeR-EL2/actions/runs/9481328599/job/26125552177, each of these uploads lasts about 30 minutes. This PR removes the redundant upload.

github-actions[bot] commented 3 weeks ago

Links to coverage and verification reports for this PR (#189) are available at https://chipsalliance.github.io/Cores-VeeR-EL2/

github-actions[bot] commented 3 weeks ago

Links to coverage and verification reports for this PR (#189) are available at https://chipsalliance.github.io/Cores-VeeR-EL2/

tmichalak commented 3 weeks ago

LGTM