添加 Gitea Actions 工作流文件,用于测试 runner 访问控制系统
Test Runner Access Control / test (push) Failing after 12m14s

This commit is contained in:
2026-05-29 11:35:02 +00:00
parent 04b1da841f
commit f97248f395
+13
View File
@@ -0,0 +1,13 @@
name: Test Runner Access Control
on:
push:
branches:
- main
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Hello World
run: echo HelloWorld