test self-hosted runner
All checks were successful
CI/CD Test / build-deploy (pull_request) Successful in 0s

This commit is contained in:
Timi
2026-01-17 10:25:14 +08:00
parent beea2c49c2
commit fff3a4cb0a

View File

@ -12,7 +12,7 @@ on:
jobs: jobs:
build-deploy: build-deploy:
runs-on: ubuntu-latest runs-on: self-hosted
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.merged == true }} if: ${{ github.event_name != 'pull_request' || github.event.pull_request.merged == true }}
steps: steps:
- name: Set up environment - name: Set up environment