From 236de81c0a651f957a874468ed9241724cbacc6d Mon Sep 17 00:00:00 2001 From: NSMBot Date: Tue, 16 Apr 2024 11:28:36 +0000 Subject: [PATCH] Sync files with networkservicemesh/cmd-template This PR syncs files with https://github.com/networkservicemesh/cmd-template Revision: https://github.com/networkservicemesh/cmd-template/commits/1af3f631c2322a0d40f1ac092577593dc21d8e3f commit 1af3f631c2322a0d40f1ac092577593dc21d8e3f Author: Nikita Skrynnik <93182827+NikitaSkrynnik@users.noreply.github.com> Date: Tue Apr 16 18:27:46 2024 +0700 Remove some triggers in Update deploymets-k8s repository workflow (#129) Signed-off-by: NikitaSkrynnik Signed-off-by: NSMBot --- .github/workflows/update-deployments.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/update-deployments.yaml b/.github/workflows/update-deployments.yaml index de1d4a1..5925bed 100644 --- a/.github/workflows/update-deployments.yaml +++ b/.github/workflows/update-deployments.yaml @@ -4,14 +4,9 @@ on: push: branches: - main - workflow_run: - types: - - completed - workflows: - - 'automerge' jobs: update-deployments-k8s: - if: ${{ github.repository != 'networkservicemesh/cmd-template' && (github.event.workflow_run.conclusion == 'success' && github.actor == 'nsmbot' || github.event_name == 'push') }} + if: ${{ github.repository != 'networkservicemesh/cmd-template' }} uses: networkservicemesh/.github/.github/workflows/update-deployments.yaml@main secrets: token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }}