更新 .gitea/workflows/build.yaml
Some checks are pending
Build and Publish / Run (push) Waiting to run

This commit is contained in:
Hmtsai 2024-12-24 21:03:11 +08:00
parent f89c67e52a
commit e33269c11e

View File

@ -4,7 +4,7 @@ on: [push]
jobs:
Run:
runs-on: ubuntu-latest
runs-on: study_area_cn_runner
steps:
- name: Info
run: echo "OS=${{ runner.os }} NAME=${{ gitea.event_name }} REPO=${{ gitea.repository }} BRANCH=${{ gitea.ref }} ST=${{ job.status }} RUNID=${{ gitea.run_id }}"