diff --git a/.github/workflows/validate_examples.yaml b/.github/workflows/validate_examples.yaml index 807ffe18..4e41d3b3 100644 --- a/.github/workflows/validate_examples.yaml +++ b/.github/workflows/validate_examples.yaml @@ -169,7 +169,7 @@ jobs: "grpc-service", "hello-world", "pubsub", - "bidipubsub", + "streamsub", "service", "socket", "workflow", diff --git a/examples/streampub/README.md b/examples/streamsub/README.md similarity index 100% rename from examples/streampub/README.md rename to examples/streamsub/README.md diff --git a/examples/streampub/config/pubsub.yaml b/examples/streamsub/config/pubsub.yaml similarity index 100% rename from examples/streampub/config/pubsub.yaml rename to examples/streamsub/config/pubsub.yaml diff --git a/examples/streampub/pub/pub.go b/examples/streamsub/pub/pub.go similarity index 100% rename from examples/streampub/pub/pub.go rename to examples/streamsub/pub/pub.go diff --git a/examples/streampub/sub/sub.go b/examples/streamsub/sub/sub.go similarity index 100% rename from examples/streampub/sub/sub.go rename to examples/streamsub/sub/sub.go