更新 .gitea/workflows/l4-cache.yaml
l4-cache / cache (push) Successful in 6s

This commit is contained in:
ztm
2026-07-09 06:55:32 +00:00
parent 152b5102a5
commit c862fd8699
+1 -1
View File
@@ -2,7 +2,7 @@ name: l4-cache
on: [push]
jobs:
cache:
runs-on: docker
runs-on: wehub-deploy
steps:
- name: 写入待缓存内容
run: mkdir -p /tmp/testcache && date > /tmp/testcache/stamp