Skip to content

Commit

Permalink
Merge pull request #12 from denis-tingaikin/add-registry-k8s
Browse files Browse the repository at this point in the history
subscribe cmd-registry-k8s on updates from sdk-k8s
  • Loading branch information
edwarnicke authored Jan 13, 2021
2 parents ad51344 + 232769a commit 1e9623a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,14 @@ jobs:
GITHUB_LOGIN: nsmbot
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
update-dependent-repositories:
continue-on-error: true
strategy:
fail-fast: false
matrix:
repository: [cmd-exclude-prefixes-k8s, cmd-forwarder-sriov]
repository:
- cmd-exclude-prefixes-k8s
- cmd-forwarder-sriov
- cmd-registry-k8s
name: Update ${{ matrix.repository }}
runs-on: ubuntu-latest
needs:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/update-dependent-repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@ on:

jobs:
update-dependent-repositories:
continue-on-error: true
strategy:
fail-fast: false
matrix:
repository: [cmd-exclude-prefixes-k8s, cmd-forwarder-sriov]
repository:
- cmd-exclude-prefixes-k8s
- cmd-forwarder-sriov
- cmd-registry-k8s
name: Update ${{ matrix.repository }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 1e9623a

Please sign in to comment.