diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 92a1539d..7f3de0ec 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -46,6 +46,7 @@ jobs: repository: - sdk-sriov - sdk-vpp + - cmd-nse-istio-proxy name: Update ${{ matrix.repository }} needs: create-release runs-on: ubuntu-latest diff --git a/.github/workflows/update-dependent-repositories-gomod.yaml b/.github/workflows/update-dependent-repositories-gomod.yaml index ffa5af8a..cea1b742 100644 --- a/.github/workflows/update-dependent-repositories-gomod.yaml +++ b/.github/workflows/update-dependent-repositories-gomod.yaml @@ -18,6 +18,7 @@ jobs: repository: - sdk-sriov - sdk-vpp + - cmd-nse-istio-proxy name: Update ${{ matrix.repository }} runs-on: ubuntu-latest if: ${{ github.event.workflow_run.conclusion == 'success' && github.actor == 'nsmbot' || github.event_name == 'push' }}