Skip to content

Commit

Permalink
Implement GitHub matrix job limit check
Browse files Browse the repository at this point in the history
GitHub has a limit of 256 jobs.  Validate that the size of the
matrix does not exceed this limit.
  • Loading branch information
frasertweedale committed Nov 3, 2023
1 parent 3569acc commit fd008f0
Show file tree
Hide file tree
Showing 7 changed files with 837 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fixtures/matrix-extra-toomany.args
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--matrix-extra=abc:1,2,3
--matrix-extra=foo:bar,baz
Loading

0 comments on commit fd008f0

Please sign in to comment.