chore: build test(runner label 대신 이름 지정)
Some checks are pending
CI Build / build (push) Waiting to run

This commit is contained in:
ayuriel 2025-03-29 10:35:35 +09:00
parent f0b0dcd711
commit 8f50a3b043

View File

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