remove test ci workflow
CI Pipeline / Lint & Build (push) Failing after 42s
CI Pipeline / Build & Push Docker Image (push) Has been skipped

This commit is contained in:
2026-07-09 13:05:47 +08:00
parent 52b75a62f9
commit 43f70bfc81
-14
View File
@@ -1,14 +0,0 @@
name: Test Runner Status
on:
push:
branches: [test-ci]
jobs:
test:
runs-on: runtime-builder
steps:
- name: Say hello
run: echo "Hello from CI test"
- name: Check runner
run: uname -a