Skip to content

Commit ca21505

Browse files
Implement GitHub matrix job limit check
GitHub has a limit of 256 jobs. Validate that the size of the matrix does not exceed this limit.
1 parent 6e592c1 commit ca21505

7 files changed

+837
-0
lines changed

fixtures/matrix-extra-toomany.args

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
--matrix-extra=abc:1,2,3
2+
--matrix-extra=foo:bar,baz

0 commit comments

Comments
 (0)