diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 25b7d6e69..a549f6ac9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -147,6 +147,7 @@ jobs: - cmd-registry-memory - cmd-registry-proxy-dns - cmd-nse-icmp-responder + - cmd-nse-vfio name: Update ${{ matrix.repository }} runs-on: ubuntu-latest needs: diff --git a/.github/workflows/update-dependent-repositories-gomod.yaml b/.github/workflows/update-dependent-repositories-gomod.yaml index f13d5bcd6..7f5ab4f82 100644 --- a/.github/workflows/update-dependent-repositories-gomod.yaml +++ b/.github/workflows/update-dependent-repositories-gomod.yaml @@ -20,6 +20,7 @@ jobs: - cmd-registry-memory - cmd-registry-proxy-dns - cmd-nse-icmp-responder + - cmd-nse-vfio name: Update ${{ matrix.repository }} runs-on: ubuntu-latest steps: