ci: prefix PR workflow steps and use Agent runner
Some checks failed
PR - Pull Request Validation / validate-pr-title (pull_request) Has been cancelled
PR - Pull Request Validation / validate-docker (pull_request) Has been cancelled
PR - Pull Request Validation / build-test (pull_request) Has been cancelled
PR - Pull Request Validation / check-files (pull_request) Has been cancelled

- rename PR workflow and steps with 'PR -' prefix
- switch PR jobs and build job to Agent runner label
This commit is contained in:
Pat Teruel
2025-12-30 23:33:14 +08:00
parent 9363f50fdd
commit 1364300ddd
2 changed files with 13 additions and 13 deletions

View File

@@ -11,7 +11,7 @@ env:
jobs:
build:
runs-on: linux
runs-on: Agent
steps:
- name: Build Docker image
run: |