From 0be19c39e97fc81e3c5113dacfee7ae0832b0833 Mon Sep 17 00:00:00 2001 From: SkqLiao Date: Sat, 15 Mar 2025 02:37:54 +0800 Subject: [PATCH] change cicd option default --- .github/workflows/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index a58b426..924feb2 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -6,7 +6,7 @@ on: job_to_run: description: "Which job to run?" required: true - default: "install-test" + default: "test" type: choice options: - create-install-test