You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means that we don't have to store artifacts on Cloud Storage anymore.
One special problem that arises if we stop storing artifacts on Cloud Storage, is that different workflows need to access each other's artifacts. We can possibly implement this by using Github's CI Artifact Download API.
The text was updated successfully, but these errors were encountered:
Github Actions now supports partial reruns. We can now get rid of our custom CI/CD resumption system.
This means that we don't have to store artifacts on Cloud Storage anymore.
One special problem that arises if we stop storing artifacts on Cloud Storage, is that different workflows need to access each other's artifacts. We can possibly implement this by using Github's CI Artifact Download API.
The text was updated successfully, but these errors were encountered: