Clarify workflow push event triggers#5676
Open
mintlify[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Generated-By: mintlify-agent
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Clarifies the description of push event triggers in the workflows overview to reflect that workflows now run on direct pushes to the default branch in addition to pull request merges, with deduplication so the same commit only triggers a single run.
Source PR
mintlify/server#5052 — extends the workflow lifecycle so codebase webhooks fire on direct pushes to the default branch (in addition to PR merges) without duplicating work when the same commit lands through both paths.
Changes
workflows/index.mdx— Expanded the "Push events" trigger description to call out both pull request merges and direct pushes, and added a note that the same commit only runs the workflow once.Note
Low Risk
Low risk documentation-only change that clarifies when push-triggered workflows run and notes deduplication for the same commit.
Overview
Clarifies the
Push eventstrigger description inworkflows/index.mdxto explicitly cover both PR merges and direct pushes to the default branch, and notes that a commit only triggers one workflow run even if it lands via both paths.Reviewed by Cursor Bugbot for commit 461b87e. Bugbot is set up for automated code reviews on this repo. Configure here.