Skip to content

Commit

Permalink
Add dashboard backend to dependent repositories. (#1578)
Browse files Browse the repository at this point in the history
Signed-off-by: Vitaliy Guschin <vitaliy.guschin@spirent.com>
Co-authored-by: Vitaliy Guschin <vitaliy.guschin@spirent.com>
  • Loading branch information
VitalyGushin and Vitaliy Guschin authored Jan 17, 2024
1 parent ad612f8 commit 90f0c79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
"cmd-map-ip-k8s",
"cmd-admission-webhook-k8s",
"cmd-cluster-info-k8s",
"cmd-csi-driver"]
"cmd-csi-driver",
"cmd-dashboard-backend"]
secrets:
token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion .github/workflows/update-dependent-repositories-gomod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
"cmd-map-ip-k8s",
"cmd-admission-webhook-k8s",
"cmd-cluster-info-k8s",
"cmd-csi-driver"]
"cmd-csi-driver",
"cmd-dashboard-backend"]
secrets:
token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }}

0 comments on commit 90f0c79

Please sign in to comment.