Update build.yml #8
build.yml
on: push
Matrix: Build Python Version
Waiting for pending jobs
Annotations
1 error
Invalid workflow file:
.github/workflows/build.yml#L46
The workflow is not valid. .github/workflows/build.yml (Line: 46, Col: 9): Unrecognized named-value: 'runner'. Located at position 226 within expression: github.event_name != 'workflow_dispatch' ||
(github.event.inputs.build_type == 'all' || github.event.inputs.build_type == 'python') &&
(github.event.inputs.platform == 'all' ||
(github.event.inputs.platform == 'windows' && runner.os == 'Windows') ||
(github.event.inputs.platform == 'linux' && runner.os == 'Linux'))
|