Remove stale PR folders from docs/preview branch#3628
Merged
sacpis merged 2 commits intoNVIDIA:mainfrom Feb 19, 2026
Merged
Conversation
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
bettinaheim
approved these changes
Feb 19, 2026
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 19, 2026
Fixes No space left on device error. * Removes stale PR (open >5 days) folder from docs/preview branch * Keeps the available limited memory for the new PRs doc * Runs with the current scheduled job * Current step for the closed/merged PRs remains intact The branch [docs/preview](https://github.com/NVIDIA/cuda-quantum/tree/docs/preview) gets full with the Old open PRs docs. The following error is seen in the [documentation job](https://github.com/NVIDIA/cuda-quantum/actions/runs/19449024863) in CI ``` System.IO.IOException: No space left on device : '/home/runner/actions-runner/cached/_diag/Worker_20251118-001100-utc.log' ``` Note: I had manually purged these folders twice in order to make space for the new incoming PRs. This PR just automated the process. --------- Signed-off-by: Sachin Pisal <spisal@nvidia.com>
* Keeps the available limited memory for the new PRs * Runs with the scheduled job * Cuurent step for the closed/merged PRs remains intact Signed-off-by: Sachin Pisal <spisal@nvidia.com>
Signed-off-by: Sachin Pisal <spisal@nvidia.com>
Collaborator
Author
Command Bot: Processing... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes No space left on device error.
The branch docs/preview gets full with the Old open PRs docs. The following error is seen in the documentation job in CI
Note: I had manually purged these folders twice in order to make space for the new incoming PRs. This PR just automated the process.