Skip to content

Commit b5de8ce

Browse files
committed
rerun build changelog
1 parent eebc2e1 commit b5de8ce

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
13.8 MB
Loading
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Retry Pages & Workers Builds Directly in GitHub
3+
description: ...
4+
products:
5+
- workers
6+
- pages
7+
date: 2025-03-17T11:00:00Z
8+
---
9+
10+
You can now retry your Cloudflare Pages and Workers builds directly from GitHub. No need to switch to the Cloudflare Dashboard for a simple retry!
11+
12+
![Workers Builds GitHub Reruns](src/assets/images/changelog/workers/builds-rerun.gif)
13+
14+
Let’s say you push a commit, but your build fails due to a spurious error like a network timeout. Instead of going to the Cloudflare Dashboard to manually retry, you can now rerun the build with just a few clicks inside GitHub, keeping you inside your workflow.
15+
16+
For Pages and Workers projects connected to a GitHub repository:
17+
18+
1. When a build fails, go to your GitHub repository or pull request
19+
2. Select the failed Check Run for the build
20+
3. Select "Details" on the Check Run
21+
4. Select "Rerun" to trigger a retry build for that commit
22+
23+
Learn more about [Pages Builds](/pages/configuration/git-integration/github-integration/) and [Workers Builds](/workers/ci-cd/builds/git-integration/github-integration/).

0 commit comments

Comments
 (0)