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
Currently every time a new build is done by the continuous integration for a pull request (using .github/workflows/pr.yml) creates a deployment directory with the same name as the source branch of the pull request and pushes it to be published using GitHub Pages, but those are never deleted afterwards.
Ideally, we would delete the preview deployments once a pull request is closed and the source branch of the pull request has been deleted.
This fix would be nice to have, but definitely low priority 💆
The text was updated successfully, but these errors were encountered:
Currently every time a new build is done by the continuous integration for a pull request (using .github/workflows/pr.yml) creates a deployment directory with the same name as the source branch of the pull request and pushes it to be published using GitHub Pages, but those are never deleted afterwards.
Ideally, we would delete the preview deployments once a pull request is closed and the source branch of the pull request has been deleted.
This fix would be nice to have, but definitely low priority 💆
The text was updated successfully, but these errors were encountered: