Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
]
4 changes: 2 additions & 2 deletions .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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:
Expand Down