aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2026-01-15 12:02:25 +0800
committerGitHub <noreply@github.com>2026-01-15 12:02:25 +0800
commitb5f1e670d04801216f85bedf095b693f9beb20e8 (patch)
treef6ace56f36cf0b4678b7c9fbe737443c366e3fbf /.github/workflows
parentc32a65e835d27689a45dbbfc770665bc9596acdd (diff)
downloadDropOut-b5f1e670d04801216f85bedf095b693f9beb20e8.tar.gz
DropOut-b5f1e670d04801216f85bedf095b693f9beb20e8.zip
fix: Rename test job to check-ui in workflow
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ui_check.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ui_check.yml b/.github/workflows/ui_check.yml
index e023e81..e05f54b 100644
--- a/.github/workflows/ui_check.yml
+++ b/.github/workflows/ui_check.yml
@@ -10,7 +10,7 @@ on:
workflow_dispatch:
jobs:
- test:
+ check-ui:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4