mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-04-28 22:50:24 +03:00
user/actions: add caveat for dynamic matrix strategy
This commit is contained in:
parent
af8f5ac5cc
commit
f288db8880
1 changed files with 2 additions and 0 deletions
|
@ -807,6 +807,8 @@ jobs:
|
||||||
node: ['18', '20']
|
node: ['18', '20']
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> **NOTE:** dynamic matrix objects, e.g. using `fromJSON`, are not supported - this is a [known caveat](https://code.forgejo.org/forgejo/runner/issues/525).
|
||||||
|
|
||||||
Will create four jobs where:
|
Will create four jobs where:
|
||||||
|
|
||||||
- `matrix.variant` = "bookworm" & `matrix.node` = "18"
|
- `matrix.variant` = "bookworm" & `matrix.node` = "18"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue