ci: enable use-release-branches for docs workflows#50098
ci: enable use-release-branches for docs workflows#50098bmorelli25 merged 2 commits intoelastic:mainfrom
Conversation
Pairs with elastic/docs-actions reusable workflows: release-line pushes can refresh the shared link index even when commits do not touch docs/. Backport the same two workflow edits to branches 9.3 and 9.4 after merge. Made-with: Cursor
🤖 GitHub commentsJust comment with:
|
|
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
Made-with: Cursor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughTwo documentation workflow files were updated to include a new input configuration. In ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
* ci: enable use-release-branches for docs-build and docs-deploy Pairs with elastic/docs-actions reusable workflows: release-line pushes can refresh the shared link index even when commits do not touch docs/. Backport the same two workflow edits to branches 9.3 and 9.4 after merge. Made-with: Cursor * chore: drop backport comment from docs workflow YAML Made-with: Cursor (cherry picked from commit 3fb6501) # Conflicts: # .github/workflows/docs-build.yml # .github/workflows/docs-deploy.yml
* ci: enable use-release-branches for docs-build and docs-deploy Pairs with elastic/docs-actions reusable workflows: release-line pushes can refresh the shared link index even when commits do not touch docs/. Backport the same two workflow edits to branches 9.3 and 9.4 after merge. Made-with: Cursor * chore: drop backport comment from docs workflow YAML Made-with: Cursor (cherry picked from commit 3fb6501)
Summary
Enables the
use-release-branchesinput on the reusabledocs-buildanddocs-deployworkflows from elastic/docs-actions (@v1).That lets release-line branches (e.g.
9.4) refresh the shared link index and run a docs build when needed, even if a push does not touchdocs/(common after branch cut).Related
use-release-branchesinput is available on the reusable workflows behind@v1as of docs-actions v1.7.9.