Skip to content

Commit

Permalink
Merge pull request #33 from keep-network/rearange-modules-order
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuba authored Sep 1, 2022
2 parents 8c5814e + bd7b3dd commit 2276d39
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 16 deletions.
7 changes: 3 additions & 4 deletions actions/notify-workflow-completed/dist/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@
"github.com/keep-network/tbtc-v2": {
"workflow": "contracts.yml",
"downstream": [
"github.com/keep-network/keep-core/client"
"github.com/keep-network/keep-core/client",
"github.com/threshold-network/token-dashboard"
]
},
"github.com/keep-network/keep-core/client": {
"workflow": "client.yml",
"downstream": [
"github.com/threshold-network/token-dashboard"
]
"downstream": []
},
"github.com/threshold-network/token-dashboard": {
"workflow": "dashboard-ci.yml",
Expand Down
7 changes: 3 additions & 4 deletions actions/run-workflow/dist/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@
"github.com/keep-network/tbtc-v2": {
"workflow": "contracts.yml",
"downstream": [
"github.com/keep-network/keep-core/client"
"github.com/keep-network/keep-core/client",
"github.com/threshold-network/token-dashboard"
]
},
"github.com/keep-network/keep-core/client": {
"workflow": "client.yml",
"downstream": [
"github.com/threshold-network/token-dashboard"
]
"downstream": []
},
"github.com/threshold-network/token-dashboard": {
"workflow": "dashboard-ci.yml",
Expand Down
7 changes: 3 additions & 4 deletions actions/upstream-builds-query/dist/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@
"github.com/keep-network/tbtc-v2": {
"workflow": "contracts.yml",
"downstream": [
"github.com/keep-network/keep-core/client"
"github.com/keep-network/keep-core/client",
"github.com/threshold-network/token-dashboard"
]
},
"github.com/keep-network/keep-core/client": {
"workflow": "client.yml",
"downstream": [
"github.com/threshold-network/token-dashboard"
]
"downstream": []
},
"github.com/threshold-network/token-dashboard": {
"workflow": "dashboard-ci.yml",
Expand Down
7 changes: 3 additions & 4 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@
"github.com/keep-network/tbtc-v2": {
"workflow": "contracts.yml",
"downstream": [
"github.com/keep-network/keep-core/client"
"github.com/keep-network/keep-core/client",
"github.com/threshold-network/token-dashboard"
]
},
"github.com/keep-network/keep-core/client": {
"workflow": "client.yml",
"downstream": [
"github.com/threshold-network/token-dashboard"
]
"downstream": []
},
"github.com/threshold-network/token-dashboard": {
"workflow": "dashboard-ci.yml",
Expand Down

0 comments on commit 2276d39

Please sign in to comment.