Skip to content

[Workflows] Adding step pricing to pricing docs#31656

Open
mia303 wants to merge 2 commits into
productionfrom
workflows/update-pricing
Open

[Workflows] Adding step pricing to pricing docs#31656
mia303 wants to merge 2 commits into
productionfrom
workflows/update-pricing

Conversation

@mia303

@mia303 mia303 commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Added workflows step pricing to pricing page

@cloudflare-docs-bot

cloudflare-docs-bot Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Review

✅ No issues found in commit bebf479.

Code Review

This code review is in beta and may not always be helpful — use your judgment.

✅ No code review issues found.

Style Guide Review

✅ No style-guide issues found.

Commands

Only codeowners can run commands. Post a comment with the command to trigger it.

Command Description
/review Runs a review now. Incremental if a prior review exists, full if not.
/full-review Re-reviews the entire PR diff from scratch, ignoring incremental history. Useful after a rebase, when you want a fresh review, or if the bot gets out of sync and reports issues that no longer exist.
/ignore-review-limit Permanently lifts the 2-review automatic limit for this PR. Future pushes will trigger reviews as normal.

@github-actions github-actions Bot added product:workflows Workflows: https://developers.cloudflare.com/workflows/ size/s labels Jun 23, 2026
@github-actions

Copy link
Copy Markdown
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/content/docs/workflows/ @elithrar, @rita3ko, @irvinebroque, @vy-ton, @celso, @deloreyj, @mia303, @jonesphillip, @cloudflare/product-owners

@ask-bonk ask-bonk Bot added documentation Documentation edits content:edit Request for content edits triage Waiting for a docs team review. labels Jun 23, 2026

@ask-bonk ask-bonk Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Summary

This PR adds Workflows step pricing to the pricing table and introduces a notice about when the new step and storage pricing takes effect (August 1, 2026). It also applies some formatting changes (list markers, table alignment, import semicolon).


Issues to address before merge

1. Missing blank line before admonition (line 37)

The new sentence on line 36 runs directly into the :::note[CPU limits] admonition on line 37 without a blank line. In MDX/Starlight, admonitions need a blank line before them to render correctly.

Suggested change:

Workflows step and storage pricing will take effect on August 1, 2026.

:::note[CPU limits]

2. Broken link — missing closing parenthesis (line 31)

The Free tier Requests cell is missing a closing ) in the link:

| Requests (millions) | 100,000 per day ([shared with Workers requests](/workers/platform/pricing/#workers) | ...

This appears to be pre-existing, but since the table is being edited it should be fixed now.

Suggested change:

| Requests (millions) | 100,000 per day ([shared with Workers requests](/workers/platform/pricing/#workers)) | ...

3. Outdated frontmatter description (line 4)

The description field still only mentions "CPU time, requests, and duration" and does not cover storage or steps, both of which are now discussed on the page. The word "duration" is also not used as a billing dimension on the page — the page uses "CPU time."

Suggested change:

description: Cloudflare Workflows pricing based on CPU time, requests, storage, and steps, included in Workers Free and Paid plans.

4. Style — ampersand in body text (line 36)

Per the Cloudflare docs style guide, use "and" instead of "&" in prose unless it is part of a brand name or UI label.

Suggested change:

Workflows step and storage pricing will take effect on August 1, 2026.

5. Unnecessary import semicolon (line 11)

The original import did not have a trailing semicolon. Unless this was required by Prettier/ESLint, consider reverting to match the convention used in other MDX files.

Suggested change:

import { Render } from "~/components"

Labels applied

  • product:workflows
  • documentation
  • content:edit
  • triage

@ask-bonk

ask-bonk Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

I reviewed PR #31656 and posted a CHANGES_REQUESTED review.

Summary of Changes

The PR adds Workflows step pricing to the pricing table on src/content/docs/workflows/reference/pricing.mdx:

  • New table row: Steps — 3,000/day on Free, 500,000/month included on Paid + $0.80 per additional 100,000
  • Adds a sentence noting that step & storage pricing takes effect on August 1, 2026
  • Applies formatting changes (list markers *-, table alignment, and an added semicolon on the MDX import)

Issues Flagged

  1. Missing blank line before admonition — The new sentence runs directly into :::note[CPU limits], which can break MDX rendering.
  2. Broken link (pre-existing but in the diff) — The Free tier “Requests” cell is missing a closing ) in the markdown link.
  3. Outdated frontmatter description — It still only mentions “CPU time, requests, and duration” and omits the new steps and storage dimensions.
  4. Style guide violation — Uses & in body prose; should be and.
  5. Unnecessary import semicolon — Added a semicolon to the MDX component import that wasn’t there originally.

Labels Applied

  • product:workflows
  • documentation
  • content:edit
  • triage

github run

@github-actions

Copy link
Copy Markdown
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

content:edit Request for content edits documentation Documentation edits product:workflows Workflows: https://developers.cloudflare.com/workflows/ size/s triage Waiting for a docs team review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants