Run quality gate on available Linux runner
Staging Backend Quality Gate / validate (pull_request) Failing after 4m39s
Staging Backend Quality Gate / publish (pull_request) Has been skipped

This commit is contained in:
Jesse_Chen
2026-08-05 13:16:06 +08:00
parent e23cf15780
commit ef0f01f193
2 changed files with 3 additions and 3 deletions
@@ -125,7 +125,7 @@ test("Gitea quality gate validates before publishing an immutable ACR manifest",
assert.match(workflow, /pull_request:\n\s+paths:/);
assert.match(workflow, /push:\n\s+branches: \[staging\]/);
assert.match(workflow, /workflow_dispatch:/);
assert.match(workflow, /runs-on: xiaoxin/);
assert.equal((workflow.match(/runs-on: manman-linux/g) ?? []).length, 2);
assert.match(workflow, /GITEA_SHA: \$\{\{ gitea\.sha \}\}/);
assert.equal((workflow.match(/git clean -ffdx/g) ?? []).length, 2);
assert.equal((workflow.match(/git status --porcelain --untracked-files=all/g) ?? []).length, 2);