We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d5aee commit 3b65deeCopy full SHA for 3b65dee
.github/workflows/docs.yaml
@@ -1,8 +1,11 @@
1
name: Deploy API Documentation
2
3
-on:
4
- release:
5
- 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:
6
+# release:
7
+# types: [published]
8
+on: []
9
10
jobs:
11
build-and-deploy:
0 commit comments