Trigger CI

This commit is contained in:
2025-09-19 03:51:25 +00:00
parent 707d5818ea
commit a6175c2fe1

View File

@@ -7,7 +7,7 @@ on:
jobs:
build:
runs-on: ["cicd:docker://docker.gitea.com/runner-images:ubuntu-latest"] # your central build runner
runs-on: ["cicd"] # your central build runner
steps:
- name: Checkout code
uses: actions/checkout@v3