Skip to content

Commit d002a94

Browse files
etserendclaude
andcommitted
chore: remove pull_request trigger and revert whitespace change
pull_request trigger was added for pipeline testing only — pipeline is now validated end-to-end. Removing it prevents publish-docs from running on every branch push and creating unwanted PRs against agent-observability-docs. Reverts whitespace-only change in auto-generate-api-client.sh. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent b6f693a commit d002a94

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish-docs.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Publish Docs
33

44
on:
55
workflow_dispatch:
6-
pull_request:
7-
types: [opened, synchronize]
86
workflow_run:
97
workflows: ["Package Release"]
108
types:

scripts/auto-generate-api-client.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ echo "$HOME_DIR"
1818
cd "$HOME_DIR"
1919

2020
# Backup the current output path
21-
mv "$OUTPUT_PATH" "$OUTPUT_PATH"_backup
21+
mv "$OUTPUT_PATH" "$OUTPUT_PATH"_backup
2222

2323
# Run the OpenAPI Python client generator
2424
poetry run openapi-python-client generate --meta none --path "$OPENAPI_SPEC_PATH" --output-path "$OUTPUT_PATH" --custom-template-path ../codegen_templates --config "$CONFIG_PATH" --overwrite

0 commit comments

Comments
 (0)