Skip to content

Commit 348830f

Browse files
committed
docs: recommend distinct job
1 parent e4cc61e commit 348830f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
# args: ./the-only-dir-to-analyze/...
3737
```
3838

39+
We recommend running this action in a job separate from other jobs (`go test`, etc)
40+
because different jobs [run in parallel](https://help.github.com/en/actions/getting-started-with-github-actions/core-concepts-for-github-actions#job).
41+
3942
## Comments and Annotations
4043

4144
Currently, GitHub parses the action's output and creates [annotations](https://github.community/t5/GitHub-Actions/What-are-annotations/td-p/30770).

0 commit comments

Comments
 (0)