docs: add warning about 27-axis matrix limit (#5700)

This commit is contained in:
Josias Junior
2025-11-03 15:02:36 -03:00
committed by GitHub
parent e4eb7aa7b7
commit c9b1d419e2
5 changed files with 25 additions and 0 deletions

View File

@@ -2,6 +2,11 @@
Woodpecker has integrated support for matrix workflows. Woodpecker executes a separate workflow for each combination in the matrix, allowing you to build and test against multiple configurations.
:::warning
Woodpecker currently supports a maximum of **27 matrix axes** per workflow.
If your matrix exceeds this number, any additional axes will be silently ignored.
:::
Example matrix definition:
```yaml

View File

@@ -2,6 +2,11 @@
Woodpecker has integrated support for matrix workflows. Woodpecker executes a separate workflow for each combination in the matrix, allowing you to build and test against multiple configurations.
:::warning
Woodpecker currently supports a maximum of **27 matrix axes** per workflow.
If your matrix exceeds this number, any additional axes will be silently ignored.
:::
Example matrix definition:
```yaml

View File

@@ -2,6 +2,11 @@
Woodpecker has integrated support for matrix workflows. Woodpecker executes a separate workflow for each combination in the matrix, allowing you to build and test against multiple configurations.
:::warning
Woodpecker currently supports a maximum of **27 matrix axes** per workflow.
If your matrix exceeds this number, any additional axes will be silently ignored.
:::
Example matrix definition:
```yaml

View File

@@ -2,6 +2,11 @@
Woodpecker has integrated support for matrix workflows. Woodpecker executes a separate workflow for each combination in the matrix, allowing you to build and test against multiple configurations.
:::warning
Woodpecker currently supports a maximum of **27 matrix axes** per workflow.
If your matrix exceeds this number, any additional axes will be silently ignored.
:::
Example matrix definition:
```yaml

View File

@@ -2,6 +2,11 @@
Woodpecker has integrated support for matrix workflows. Woodpecker executes a separate workflow for each combination in the matrix, allowing you to build and test against multiple configurations.
:::warning
Woodpecker currently supports a maximum of **27 matrix axes** per workflow.
If your matrix exceeds this number, any additional axes will be silently ignored.
:::
Example matrix definition:
```yaml