winglang / wing

A programming language for the cloud ☁️ A unified programming model, combining infrastructure and runtime code into one language ⚡
https://winglang.io
Other
4.76k stars 187 forks source link

Prevent doc-only updates sourced from sdk from failing build #6682

Open MarkMcCulloh opened 2 weeks ago

MarkMcCulloh commented 2 weeks ago

I tried this:

Update SDK doc like https://github.com/winglang/wing/blob/main/docs/docs/04-standard-library/cloud/secret.md in PR and merge it

This happened:

Main build fails due to self mutation (it undoes the changes)

I expected this:

No response

Is there a workaround?

No response

Anything else?

Currently we intentionally avoid running the build/test workflow for a doc-only change. We need some way to detect the case that the doc change requires updates elsewhere (like the SDK)

Wing Version

No response

Node.js Version

No response

Platform(s)

No response

Community Notes