Skip to content
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Test out code changes before shipping with per-branch preview deployments
description: Get shareable preview links for every code change you make to a Cloudflare Worker, making it easier to test and collaborate before going live
products:
- workers
date: 2025-07-23T01:00:00Z
date: 2025-07-22T01:00:00Z
---

Now, when you connect your Cloudflare Worker to a git repository on GitHub or GitLab, each branch of your repository has its own stable preview URL, that you can use to preview code changes before merging the pull request and deploying to production.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Increased disk space for Workers Builds
description: Increased the available disk space for Workers Builds from 8 GB to 20 GB for all plans during the ongoing open beta.
- workers
date: 2025-08-04T01:00:00Z
---
As part of the ongoing open beta for Workers Builds, we’ve increased the available disk space for builds from **8 GB** to **20 GB** for both Free and Paid plans.

This provides more space for larger projects, dependencies, and build artifacts while improving overall build reliability.

| Metric | Free Plan | Paid Plans |
|------------|-----------|------------|
| Disk Space | 20 GB | 20 GB |

All other [build limits](/workers/ci-cd/builds/limits-and-pricing/) — including CPU, memory, build minutes, and timeout remain unchanged.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Workers Builds has the following limits. While in open beta, these limits are su
| **Build timeout** | 20 minutes | 20 minutes |
| **CPU** | 2 CPUs | 2 CPUs |
| **Memory** | 8 GB | 8 GB |
| **Disk space** | 8 GB | 8 GB |
| **Disk space** | 20 GB | 20 GB |

## Definitions

Expand Down
Loading