Skip to content

Commit

Permalink
Merge pull request #37 from keep-network/add-tbtc-mg-to-ci-flow
Browse files Browse the repository at this point in the history
Add `tbtc-mg` module to the CI flow
  • Loading branch information
nkuba authored Feb 22, 2023
2 parents bc25290 + f0c70e8 commit 3a0098d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
7 changes: 6 additions & 1 deletion actions/notify-workflow-completed/dist/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"github.com/keep-network/tbtc-v2.ts": {
"workflow": "typescript.yml",
"downstream": [
"github.com/threshold-network/token-dashboard"
"github.com/threshold-network/token-dashboard",
"github.com/keep-network/tbtc-mg"
]
},
"github.com/keep-network/keep-core/client": {
Expand All @@ -39,6 +40,10 @@
"github.com/threshold-network/token-dashboard": {
"workflow": "dashboard-ci.yml",
"downstream": []
},
"github.com/keep-network/tbtc-mg": {
"workflow": "maintainer.yml",
"downstream": []
}
}
}
7 changes: 6 additions & 1 deletion actions/run-workflow/dist/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"github.com/keep-network/tbtc-v2.ts": {
"workflow": "typescript.yml",
"downstream": [
"github.com/threshold-network/token-dashboard"
"github.com/threshold-network/token-dashboard",
"github.com/keep-network/tbtc-mg"
]
},
"github.com/keep-network/keep-core/client": {
Expand All @@ -39,6 +40,10 @@
"github.com/threshold-network/token-dashboard": {
"workflow": "dashboard-ci.yml",
"downstream": []
},
"github.com/keep-network/tbtc-mg": {
"workflow": "maintainer.yml",
"downstream": []
}
}
}
7 changes: 6 additions & 1 deletion actions/upstream-builds-query/dist/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"github.com/keep-network/tbtc-v2.ts": {
"workflow": "typescript.yml",
"downstream": [
"github.com/threshold-network/token-dashboard"
"github.com/threshold-network/token-dashboard",
"github.com/keep-network/tbtc-mg"
]
},
"github.com/keep-network/keep-core/client": {
Expand All @@ -39,6 +40,10 @@
"github.com/threshold-network/token-dashboard": {
"workflow": "dashboard-ci.yml",
"downstream": []
},
"github.com/keep-network/tbtc-mg": {
"workflow": "maintainer.yml",
"downstream": []
}
}
}
7 changes: 6 additions & 1 deletion config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"github.com/keep-network/tbtc-v2.ts": {
"workflow": "typescript.yml",
"downstream": [
"github.com/threshold-network/token-dashboard"
"github.com/threshold-network/token-dashboard",
"github.com/keep-network/tbtc-mg"
]
},
"github.com/keep-network/keep-core/client": {
Expand All @@ -39,6 +40,10 @@
"github.com/threshold-network/token-dashboard": {
"workflow": "dashboard-ci.yml",
"downstream": []
},
"github.com/keep-network/tbtc-mg": {
"workflow": "maintainer.yml",
"downstream": []
}
}
}

0 comments on commit 3a0098d

Please sign in to comment.