Skip to content

Commit 3b65dee

Browse files
authored
chore: temporarily disable API docs updates while main is frozen for releases (#5436)
1 parent b9d5aee commit 3b65dee

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/docs.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: Deploy API Documentation
22

3-
on:
4-
release:
5-
types: [published]
3+
# Disable API doc updates from "main" while "main" is frozen for https://github.com/open-telemetry/opentelemetry-js/milestone/17
4+
# TODO: renable this once ready for releases from "main" again.
5+
# on:
6+
# release:
7+
# types: [published]
8+
on: []
69

710
jobs:
811
build-and-deploy:

0 commit comments

Comments
 (0)