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:
parent
b9d5aeeb22
commit
265f667e26
|
|
@ -1,8 +1,11 @@
|
||||||
name: Deploy API Documentation
|
name: Deploy API Documentation
|
||||||
|
|
||||||
on:
|
# Disable API doc updates from "main" while "main" is frozen for https://github.com/open-telemetry/opentelemetry-js/milestone/17
|
||||||
release:
|
# TODO: renable this once ready for releases from "main" again.
|
||||||
types: [published]
|
# on:
|
||||||
|
# release:
|
||||||
|
# types: [published]
|
||||||
|
on: []
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue