From f97248f395d534ba5aa4e84939dcbc4615ed9a52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=9C=E9=87=8E=E5=8D=83=E6=9D=9F?= Date: Fri, 29 May 2026 11:35:02 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20Gitea=20Actions=20?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=E6=96=87=E4=BB=B6=EF=BC=8C=E7=94=A8?= =?UTF-8?q?=E4=BA=8E=E6=B5=8B=E8=AF=95=20runner=20=E8=AE=BF=E9=97=AE?= =?UTF-8?q?=E6=8E=A7=E5=88=B6=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test-runner-access.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitea/workflows/test-runner-access.yml diff --git a/.gitea/workflows/test-runner-access.yml b/.gitea/workflows/test-runner-access.yml new file mode 100644 index 0000000..62e8d52 --- /dev/null +++ b/.gitea/workflows/test-runner-access.yml @@ -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 \ No newline at end of file