Skip to content

Commit

Permalink
[qfix] Fix update-gomod and release workflows (#1286)
Browse files Browse the repository at this point in the history
* fix update-gomod workflow

Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>

* fix release workflow

Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik authored May 13, 2022
1 parent 53df7f1 commit 3f01437
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
steps:
- uses: hmarr/debug-action@v2
create-release:
name: Create release
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' && contains(github.event.workflow_run.head_branch, 'release/') }}
uses: networkservicemesh/.github/.github/workflows/release.yaml@main
with:
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/update-dependent-repositories-gomod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,6 @@ on:
- 'automerge'
jobs:
update-dependent-repositories:
continue-on-error: true
strategy:
fail-fast: false
matrix:
repository:
- sdk-k8s
- sdk-kernel
- cmd-nsmgr
- cmd-nsmgr-proxy
- cmd-registry-memory
- cmd-registry-proxy-dns
- cmd-nse-vfio
- cmd-nse-remote-vlan
- cmd-nsc-init
- cmd-ipam-vl3
- cmd-map-ip-k8s
- cmd-admission-webhook-k8s
name: Update ${{ matrix.repository }}
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' && github.actor == 'nsmbot' || github.event_name == 'push' }}
uses: networkservicemesh/.github/.github/workflows/update-dependent-repositories-gomod.yaml@main
with:
Expand Down

0 comments on commit 3f01437

Please sign in to comment.