From 66ef6358759155c40be8d127badf8b6dc20ffee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=90=91=E5=A4=9C?= Date: Mon, 20 May 2024 20:03:54 +0800 Subject: [PATCH] ci: try remove model --- .github/workflows/audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index de0af63..e870839 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -27,7 +27,7 @@ jobs: strategy: fail-fast: false matrix: - workspace: [./server/, ./model/, ./src-tauri/] + workspace: [server, src-tauri] runs-on: ubuntu-latest steps: