Skip to content

chore: Rename verify-hello workflow to server-sdk and scope to its slice#5

Draft
jsonbailey wants to merge 1 commit into
mainfrom
jb/sdk-2559/server-sdk-ci
Draft

chore: Rename verify-hello workflow to server-sdk and scope to its slice#5
jsonbailey wants to merge 1 commit into
mainfrom
jb/sdk-2559/server-sdk-ci

Conversation

@jsonbailey

Copy link
Copy Markdown
Contributor

Summary

Completes the per-slice CI model (Ryan's feedback on #2) for the server slice.

  • Renames .github/workflows/verify-hello.ymlserver-sdk.yml to match the other slices (server-sdk-ai, openfeature-server-provider, client-sdk), and renames the workflow name: to server-sdk.
  • Adds a paths filter so it only runs when server-sdk/** (or its own workflow file) changes — instead of firing on every PR.

Behavior is otherwise unchanged: it still builds and runs the getting-started Hello app via verify-hello-app. The nightly schedule trigger is kept so dependency drift (floating SDK version) is still caught without code changes.

After this, every slice owns a path-filtered workflow named after its folder. (examples-dotnet has no required status checks, so path-filtered workflows not running on unrelated PRs won't block merges.)

Part of SDK-2559.

Renames .github/workflows/verify-hello.yml to server-sdk.yml to match the
per-slice CI naming (server-sdk-ai, openfeature-server-provider, client-sdk) and
adds a paths filter so it only runs when server-sdk/ (or its workflow) changes.
Behavior is otherwise unchanged (builds and runs the getting-started Hello app via
verify-hello-app).
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