From cdd5c3c80cd36819c5c2191ddee34c11a4e4530c Mon Sep 17 00:00:00 2001 From: kuchune Date: Tue, 25 Jun 2024 17:03:36 +0800 Subject: [PATCH] fix: sync debian-check workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit sync debian-check workflow Log: 手动同步debian检查工作流文件 --- .github/workflows/call-debian-check.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/call-debian-check.yml b/.github/workflows/call-debian-check.yml index 8e089fd2c5..fd23e2845f 100644 --- a/.github/workflows/call-debian-check.yml +++ b/.github/workflows/call-debian-check.yml @@ -15,6 +15,3 @@ concurrency: jobs: debian-check: uses: linuxdeepin/.github/.github/workflows/debian-check.yml@master - with: - job_name: "debian-check" -