diff --git a/.github/workflows/config.json b/.github/workflows/config.json index 6ee6f765..e222c8e5 100644 --- a/.github/workflows/config.json +++ b/.github/workflows/config.json @@ -4,5 +4,10 @@ { "target": "ipld/go-ipld-adl-hamt" }, { "target": "ipld/go-ipld-btc" }, { "target": "ipld/go-ipld-prime-proto" }, - { "target": "ipld/go-ipld-graphql" } + { "target": "ipld/go-ipld-graphql" }, + { "target": "libp2p/go-libp2p-core" }, + { "target": "libp2p/go-libp2p-swarm" }, + { "target": "libp2p/go-libp2p-tls" }, + { "target": "multiformats/go-multistream" }, + { "target": "multiformats/go-multiaddr" } ] diff --git a/.github/workflows/dispatch.yml b/.github/workflows/dispatch.yml index 22a6080b..2df6bebd 100644 --- a/.github/workflows/dispatch.yml +++ b/.github/workflows/dispatch.yml @@ -1,4 +1,4 @@ -# Trigger the execution of copy-workflow.yml, in batches of 5 repositories. +# Trigger the execution of copy-workflow.yml, in batches of 8 repositories. # This workflow is needed since GitHub Actions limits the matrix size to 256 jobs. # We use one job per repository per file. @@ -9,7 +9,7 @@ on: env: # We could use a higher number here. We use a small number just to make sure to create multiple batches. - MAX_REPOS_PER_WORKFLOW: 5 + MAX_REPOS_PER_WORKFLOW: 8 WORKFLOWS: '[ "autorebase", "automerge", "go-test", "go-check" ]' # a JSON array of the files to distribute jobs: