From 7d085111af6c68d4889242effc15479ea33feee4 Mon Sep 17 00:00:00 2001 From: xiaohei Date: Wed, 22 Apr 2026 16:31:39 +0800 Subject: [PATCH] ci: remove test, restore apple-only only --- .github/workflows/test.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index 2ce6f7b..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: Test Trigger - -on: - push: - branches: [main] - -jobs: - test: - runs-on: mac-runner - steps: - - run: echo "hello world"