fix: match runner label aliyun
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 11s

This commit is contained in:
2026-05-27 00:33:47 +08:00
parent ed7a6fa84b
commit 9f360cd18e
+1 -1
View File
@@ -4,7 +4,7 @@ on: [push]
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on: aliyun
steps: steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"