Skip to content

Commit 32fa1c9

Browse files
committed
Keep pull request builds deployment-free
Signed-off-by: Bradley Dice <bdice@bradleydice.com>
1 parent 61cb205 commit 32fa1c9

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
push:
77
branches:
88
- main
9-
- "pull-request/[0-9]+"
109
concurrency:
1110
group: ${{ github.workflow }}-${{ github.ref }}
1211
cancel-in-progress: true

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ make serve
6060

6161
Submit changes as a pull request to `rapidsai/docs`. The RAPIDS copy-PR bot
6262
copies the pull request head to a `pull-request/<number>` branch in the upstream
63-
repository. CI validates that branch, assembles the complete documentation
64-
site, and creates a non-production Netlify preview for review.
63+
repository. CI validates that branch and dry-runs assembly of the complete
64+
S3-backed documentation site without deploying it. Netlify's repository
65+
integration separately creates a portal-only preview for review.
6566

6667
## Developer Certificate of Origin
6768

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ validation.
4040

4141
Pull requests opened against `rapidsai/docs` are copied to a
4242
`pull-request/<number>` branch by the RAPIDS copy-PR bot. That branch runs the
43-
same validation, assembles the complete documentation tree, and creates a
44-
non-production Netlify preview. Merges to `main` continue to deploy the
45-
production site.
43+
same validation and dry-runs assembly of the complete S3-backed documentation
44+
tree without deploying it. Netlify's repository integration separately creates
45+
a portal-only preview. Merges to `main` continue to deploy the production site.
4646

4747
## Repository layout
4848

0 commit comments

Comments
 (0)