Skip to content

Commit 35d9e84

Browse files
authored
[Actions] Highlights diff limitation (#55626)
1 parent 77036f0 commit 35d9e84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data/reusables/actions/workflows/triggering-a-workflow-paths5.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The filter determines if a workflow should run by evaluating the changed files a
88
* **Pushes to existing branches:** A two-dot diff compares the head and base SHAs directly with each other.
99
* **Pushes to new branches:** A two-dot diff against the parent of the ancestor of the deepest commit pushed.
1010

11-
Diffs are limited to 300 files. If there are files changed that aren't matched in the first 300 files returned by the filter, the workflow will not run. You may need to create more specific filters so that the workflow will run automatically.
11+
> [!NOTE]
12+
> Diffs are limited to 300 files. If there are files changed that aren't matched in the first 300 files returned by the filter, the workflow will not run. You may need to create more specific filters so that the workflow will run automatically.
1213
1314
For more information, see [AUTOTITLE](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests).

0 commit comments

Comments
 (0)