Skip to content

Commit

Permalink
Merge pull request #328 from denis-tingaikin/add-cmd-forwarder-vpp
Browse files Browse the repository at this point in the history
qfix: Subscribe cmd-forwarder-vpp on updates from sdk-sriov
  • Loading branch information
edwarnicke authored Nov 26, 2021
2 parents a7556a9 + 93b8c0b commit d49c9ff
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 @@ -5,7 +5,7 @@ on:
types:
- completed
workflows:
- 'ci'
- "ci"
jobs:
print-debug-info:
name: Print debug info for Release workflow
Expand Down Expand Up @@ -48,6 +48,7 @@ jobs:
- cmd-nsc
- cmd-nsc-init
- cmd-nse-icmp-responder
- cmd-forwarder-vpp
- cmd-nse-vlan-vpp
- sdk-ovs
name: Update ${{ matrix.repository }}
Expand Down
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 @@ -8,7 +8,7 @@ on:
types:
- completed
workflows:
- 'automerge'
- "automerge"
jobs:
update-dependent-repositories:
continue-on-error: true
Expand All @@ -20,6 +20,7 @@ jobs:
- cmd-nsc
- cmd-nsc-init
- cmd-nse-icmp-responder
- cmd-forwarder-vpp
- cmd-nse-vlan-vpp
- sdk-ovs
name: Update ${{ matrix.repository }}
Expand Down

0 comments on commit d49c9ff

Please sign in to comment.