Merge branch 'dev' into test
All checks were successful
CI Build & Deploy / build-and-deploy-dev (push) Successful in 32m55s
CI Build & Deploy / build-and-deploy-prod (push) Has been skipped

# Conflicts:
#	.gitea/workflows/ci.yaml
This commit is contained in:
2025-10-31 17:08:50 +08:00

View File

@@ -9,7 +9,7 @@ on:
jobs:
build-and-deploy-dev:
if: github.ref_name == 'test'
runs-on: docker
runs-on: gitea_act_runner
container:
image: node:24-alpine
steps:
@@ -85,7 +85,7 @@ jobs:
build-and-deploy-prod:
if: github.ref_name == 'main'
runs-on: docker
runs-on: gitea_act_runner
container:
image: node:24-alpine
steps: