Skip to content

Commit

Permalink
Merge pull request #656 from NikitaSkrynnik/update-deps-workflow
Browse files Browse the repository at this point in the history
Remove some triggers fro Update dependent repositories workflow
  • Loading branch information
denis-tingaikin committed Apr 11, 2024
2 parents 6a02b4d + 82980c9 commit 55c91b5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/update-dependent-repositories-gomod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,8 @@ on:
push:
branches:
- main
workflow_run:
types:
- completed
workflows:
- 'automerge'
jobs:
update-dependent-repo:
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:
dependent_repositories: '["sdk-vpp", "sdk-sriov", "cmd-nse-l7-proxy"]'
Expand Down

0 comments on commit 55c91b5

Please sign in to comment.