Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik committed Jul 13, 2023
1 parent 1d895fb commit 35979a4
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 168 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/automerge.yaml

This file was deleted.

54 changes: 0 additions & 54 deletions .github/workflows/ci.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/codeql-analysis.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/workflows/pr-for-updates.yaml

This file was deleted.

60 changes: 0 additions & 60 deletions .github/workflows/release.yaml

This file was deleted.

12 changes: 3 additions & 9 deletions .github/workflows/update-dependent-repositories-gomod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,10 @@ on:
push:
branches:
- main
workflow_run:
types:
- completed
workflows:
- 'automerge'
jobs:
update-dependent-repositories:
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
uses: NikitaSkrynnik/.github/.github/workflows/update-dependent-repositories-gomod.yaml@main
with:
dependent_repositories: |
["sdk-k8s",
Expand All @@ -27,7 +22,6 @@ jobs:
"cmd-ipam-vl3",
"cmd-map-ip-k8s",
"cmd-admission-webhook-k8s",
"cmd-cluster-info-k8s",
"cmd-csi-driver"]
"cmd-cluster-info-k8s"]
secrets:
token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }}
token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }}

0 comments on commit 35979a4

Please sign in to comment.