Skip to content

ci: remove broken Cloudflare deploy workflow - #4

Merged
tlgimenes merged 1 commit into
mainfrom
deco/olive-river
May 22, 2026
Merged

ci: remove broken Cloudflare deploy workflow#4
tlgimenes merged 1 commit into
mainfrom
deco/olive-river

Conversation

@tlgimenes

Copy link
Copy Markdown
Contributor

Summary

  • The Warp workflow (.github/workflows/cf-deploy.yaml) deploys this package to Cloudflare Workers via wrangler-action. It has been failing on every push to main (see recent runs) and is no longer needed now that the project ships as an npm package (@deco-cx/warp-node).
  • Removes the workflow so failing red checks stop appearing on every merge to main.
  • wrangler.toml and the dev / deploy scripts in package.json are intentionally left in place — they're still useful for local development against Cloudflare Workers.

Test plan

  • CI on this PR is green (only CI should run now; Warp is gone).
  • After merge, the next push to main no longer produces a failing Warp check.

🤖 Generated with Claude Code

The `Warp` workflow (`.github/workflows/cf-deploy.yaml`) deploys this
package to Cloudflare Workers via `wrangler-action`, but it has been
failing on every push to `main` and the project is now published to
npm rather than running as a Worker. Remove it to stop the noise.

`wrangler.toml` and the `dev`/`deploy` scripts are left in place — they
are still useful for local development.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@tlgimenes
tlgimenes merged commit cbe4812 into main May 22, 2026
1 check passed
@tlgimenes
tlgimenes deleted the deco/olive-river branch May 22, 2026 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant