diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 907a584..920a55a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -47,6 +47,7 @@ jobs: - cmd-forwarder-sriov - cmd-nsc - cmd-nsc-init + - cmd-nse-icmp-responder - sdk-ovs name: Update ${{ matrix.repository }} needs: create-release diff --git a/.github/workflows/update-dependent-repositories-gomod.yaml b/.github/workflows/update-dependent-repositories-gomod.yaml index cc1a8ae..a02d6bc 100644 --- a/.github/workflows/update-dependent-repositories-gomod.yaml +++ b/.github/workflows/update-dependent-repositories-gomod.yaml @@ -19,6 +19,7 @@ jobs: - cmd-forwarder-sriov - cmd-nsc - cmd-nsc-init + - cmd-nse-icmp-responder - sdk-ovs name: Update ${{ matrix.repository }} runs-on: ubuntu-latest