Skip to content

Commit 23f8119

Browse files
authored
Merge pull request github#20701 from github/repo-sync
repo sync
2 parents 302f5f0 + e110d96 commit 23f8119

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: content/actions/reference/events-that-trigger-workflows.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,9 @@ Runs your workflow anytime the `pull_request` event occurs. {% data reusables.de
569569

570570
{% note %}
571571

572-
**Note:** By default, a workflow only runs when a `pull_request`'s activity type is `opened`, `synchronize`, or `reopened`. To trigger workflows for more activity types, use the `types` keyword.
572+
**Notes:**
573+
- By default, a workflow only runs when a `pull_request`'s activity type is `opened`, `synchronize`, or `reopened`. To trigger workflows for more activity types, use the `types` keyword.
574+
- Workflows will not run on `pull_request` activity if the pull request has a merge conflict. The merge conflict must be resolved first.
573575

574576
{% endnote %}
575577

0 commit comments

Comments
 (0)