Skip to content

Commit b87021d

Browse files
authored
Update README.md
1 parent f75f66c commit b87021d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,10 @@ jobs:
297297

298298
### Example 3: Skip using `paths_filter`
299299

300+
> [!WARNING]
301+
> If the paths_filter option is not working correctly, then you could copy the “example 1" multiple times according to your needs (see #326 for details).
302+
303+
300304
The `paths_filter` option can be used if you have multiple jobs in a workflow and want to skip them based on different [`paths_ignore`](#paths_ignore) / [`paths`](#paths) patterns. When defining such filters, the action returns corresponding information in the [`paths_result`](#paths_result) output.
301305
For example in a monorepo, you might want to run jobs related to the "frontend" only if some files in the corresponding "frontend/" folder have changed and the same for "backend". This can be achieved with the following configuration:
302306

0 commit comments

Comments
 (0)