From 348830fe4b681812d7636eaf0137f59d987a988f Mon Sep 17 00:00:00 2001 From: Denis Isaev Date: Sat, 9 May 2020 18:48:24 +0300 Subject: [PATCH] docs: recommend distinct job --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 528a95b1a7..00e1e4699f 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,9 @@ jobs: # args: ./the-only-dir-to-analyze/... ``` +We recommend running this action in a job separate from other jobs (`go test`, etc) +because different jobs [run in parallel](https://help.github.com/en/actions/getting-started-with-github-actions/core-concepts-for-github-actions#job). + ## Comments and Annotations Currently, GitHub parses the action's output and creates [annotations](https://github.community/t5/GitHub-Actions/What-are-annotations/td-p/30770).