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 Sep 27, 2022
1 parent 6e592c1 commit ca21505
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 ca21505

Please sign in to comment.