chore: temporarily disable API docs updates while main is frozen for releases

Refs: https://github.com/open-telemetry/opentelemetry-js/pull/5435
This commit is contained in:
Trent Mick 2025-02-07 14:13:18 -08:00
parent b9d5aeeb22
commit 265f667e26
No known key found for this signature in database
1 changed files with 6 additions and 3 deletions

View File

@ -1,8 +1,11 @@
name: Deploy API Documentation
on:
release:
types: [published]
# Disable API doc updates from "main" while "main" is frozen for https://github.com/open-telemetry/opentelemetry-js/milestone/17
# TODO: renable this once ready for releases from "main" again.
# on:
# release:
# types: [published]
on: []
jobs:
build-and-deploy: