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
Copy file name to clipboardExpand all lines: docs/usage/github-actions.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,8 @@ The ``reports.yml`` workflow is responsible for generating technical documentati
38
38
* Deploys the preview to ``gh-pages`` under ``previews/pr-{number}/``.
39
39
* Posts a **Sticky Comment** on the PR with links to the live preview and coverage report.
40
40
* **Cleanup**: When a PR is closed, the workflow automatically removes the preview directory from the ``gh-pages`` branch to keep the repository clean.
41
+
* **Concurrency**: New pushes to the same PR cancel older in-progress preview runs without affecting other PRs.
42
+
* **Scheduled Cleanup**: A scheduled/manual cleanup removes stale ``previews/pr-{number}/`` directories for already closed pull requests.
0 commit comments