ci(build-exe): drop pull_request label trigger to avoid skipped checks (#3049)

* ci(build-exe): drop pull_request label trigger to avoid skipped checks

* docs(build-exe): sync agent note and pin event set in workflow spec

* test(ci): type-safe event key assertion for build-exe workflow

* ci(build-exe): use present-tense trigger comment and drop label-run note
This commit is contained in:
Chinesezjc
2026-08-26 17:52:34 +08:00
committed by GitHub
parent 4ecebeb54f
commit 91379e8de6
5 changed files with 11 additions and 11 deletions
+1
View File
@@ -415,6 +415,7 @@ describe('Python release workflows', () => {
it('exposes the native wheel builder to the release caller with normalized versions', () => {
const workflow = loadWorkflow('.github/workflows/build-exe-for-python-sdk.yml')
expect(Object.keys(workflow.on as Record<string, unknown>).sort()).toEqual(['workflow_call', 'workflow_dispatch'])
const call = workflowEvent(workflow, 'workflow_call')
const plan = workflowJob(workflow, 'plan')
const build = workflowJob(workflow, 'build')