From bb9ab6abc46dd91d1dd94f19dd3cd19bf87ceb76 Mon Sep 17 00:00:00 2001 From: rewine Date: Fri, 7 Aug 2026 10:23:07 +0800 Subject: [PATCH] chore: disable cppcheck CI for treeland-protocols and fix typo (branche -> branches) Log: treeland-protocols is not a cpp project also remove non-existent branches, keep only master --- repos/linuxdeepin/treeland-protocols.json | 29 +++++------------------ 1 file changed, 6 insertions(+), 23 deletions(-) diff --git a/repos/linuxdeepin/treeland-protocols.json b/repos/linuxdeepin/treeland-protocols.json index 11d597bfd..18f2a68c6 100644 --- a/repos/linuxdeepin/treeland-protocols.json +++ b/repos/linuxdeepin/treeland-protocols.json @@ -1,36 +1,28 @@ [ { "branch": [ - "master", - "develop/snipe", - "release/snipe" + "master" ], "src": "workflow-templates/call-clacheck.yml", "dest": "linuxdeepin/treeland-protocols/.github/workflows/call-clacheck.yml" }, { - "branche": [ - "master", - "develop/snipe", - "release/snipe" + "branch": [ + "master" ], "src": "workflow-templates/call-commitlint.yml", "dest": "linuxdeepin/treeland-protocols/.github/workflows/call-commitlint.yml" }, { "branch": [ - "master", - "develop/snipe", - "release/snipe" + "master" ], "src": "workflow-templates/call-chatOps.yml", "dest": "linuxdeepin/treeland-protocols/.github/workflows/call-chatOps.yml" }, { - "branches": [ - "master", - "develop/snipe", - "release/snipe" + "branch": [ + "master" ], "src": "workflow-templates/call-license-check.yml", "dest": "linuxdeepin/treeland-protocols/.github/workflows/call-license-check.yml" @@ -52,13 +44,6 @@ ], "dest": "linuxdeepin/treeland-protocols/.github/workflows/call-tag-build.yml" }, - { - "branches": [ - "master" - ], - "src": "workflow-templates/cppcheck.yml", - "dest": "linuxdeepin/treeland-protocols/.github/workflows/cppcheck.yml" - }, { "branch": [ "master" @@ -67,5 +52,3 @@ "dest": "linuxdeepin/treeland-protocols/.github/workflows/call-update-changelog.yml" } ] - -