From 891c273f650c5403d59d326b99ffcca1970a66f7 Mon Sep 17 00:00:00 2001 From: abearxiong Date: Tue, 15 Apr 2025 01:23:10 +0800 Subject: [PATCH] test --- .github/workflows/demo.yaml | 4 ++-- mark/docker/gitea/gitea-runner-exec/readme.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/demo.yaml b/.github/workflows/demo.yaml index 394c807..1b69ebd 100644 --- a/.github/workflows/demo.yaml +++ b/.github/workflows/demo.yaml @@ -1,7 +1,7 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] - +on: [workflow_dispatch] +# on: [push] pull_request schedule workflow_dispatch jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest diff --git a/mark/docker/gitea/gitea-runner-exec/readme.md b/mark/docker/gitea/gitea-runner-exec/readme.md index 7f59dcc..52457d9 100644 --- a/mark/docker/gitea/gitea-runner-exec/readme.md +++ b/mark/docker/gitea/gitea-runner-exec/readme.md @@ -12,5 +12,5 @@ https://gitea.com/gitea/act_runner/releases ``` ```sh - pm2 start ./act_runner --name runner -- daemon --config config.yaml +pm2 start ./act_runner --name runner -- daemon --config config.yaml ``` \ No newline at end of file