user/actions: add caveat for dynamic matrix strategy

This commit is contained in:
Benedikt Ziemons 2025-03-29 17:00:11 +01:00
parent af8f5ac5cc
commit f288db8880
No known key found for this signature in database
GPG key ID: 1353F41CF1CFF2D3

View file

@ -807,6 +807,8 @@ jobs:
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:
- `matrix.variant` = "bookworm" & `matrix.node` = "18"