chore: build test(quant-runner 지정)
Some checks failed
CI Build / build (push) Failing after 11s

This commit is contained in:
ayuriel 2025-03-29 10:40:08 +09:00
parent 8f50a3b043
commit 86067ff497

View File

@ -2,7 +2,7 @@ name: CI Build
on: [push] on: [push]
jobs: jobs:
build: build:
runs-on: gitea-runner-1 runs-on: quant-runner
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: echo "Building the project..." - run: echo "Building the project..."