From 99cdf52334aa239b65526df9e1b362945721cc22 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Tue, 23 Apr 2024 13:13:02 +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/7369b5fd24fe89c8021d5dcf3f5aea3393a64805 commit 7369b5fd24fe89c8021d5dcf3f5aea3393a64805 Author: Nikita Skrynnik <93182827+NikitaSkrynnik@users.noreply.github.com> Date: Tue Apr 23 20:12:10 2024 +0700 Delete check-release-branch job from release workflow (#130) * Delete check-release-branch job from release workflow Signed-off-by: NikitaSkrynnik * minor fixes Signed-off-by: NikitaSkrynnik --------- Signed-off-by: NikitaSkrynnik Signed-off-by: NSMBot --- .github/workflows/ci.yaml | 5 +++++ .github/workflows/release.yml | 11 +---------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fb87d16..cbce200 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,6 +15,11 @@ jobs: shellcheck: uses: networkservicemesh/.github/.github/workflows/shellcheck.yaml@main + check-env: + uses: networkservicemesh/.github/.github/workflows/env-check.yaml@main + with: + prefix: "NSM_" + golangci-lint: uses: networkservicemesh/.github/.github/workflows/golangci-lint.yaml@main diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e595978..8fcf39e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,18 +43,9 @@ jobs: secrets: token: ${{ secrets.GITHUB_TOKEN }} - check-branch: - name: Check release branch in deployments-k8s - needs: [get-tag, create-release] - uses: networkservicemesh/.github/.github/workflows/check-release-branch.yaml@main - with: - tag: ${{ needs.get-tag.outputs.tag }} - secrets: - token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }} - update-deployments-k8s: name: Update deployments-k8s - needs: [get-tag, check-branch] + needs: [get-tag, create-release] if: ${{ github.repository != 'networkservicemesh/cmd-template' }} uses: networkservicemesh/.github/.github/workflows/release-deployments.yaml@main with: