Skip to content

Commit 066d373

Browse files
authored
Document reusable workflow limitation (#11831)
1 parent 5954e72 commit 066d373

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

content/actions/learn-github-actions/reusing-workflows.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Called workflows can access self-hosted runners from caller's context. This mean
7070
* Reusable workflows stored within a private repository can only be used by workflows within the same repository.
7171
* Any environment variables set in an `env` context defined at the workflow level in the caller workflow are not propagated to the called workflow. For more information about the `env` context, see "[Context and expression syntax for GitHub Actions](/actions/reference/context-and-expression-syntax-for-github-actions#env-context)."
7272
* You can't set the concurrency of a called workflow from the caller workflow. For more information about `jobs.<job_id>.concurrency`, see "[Workflow syntax for GitHub Actions](/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idconcurrency)."
73+
* The `strategy` property is not supported in any job that calls a reusable workflow.
7374

7475
## Creating a reusable workflow
7576

0 commit comments

Comments
 (0)