Skip to content

Commit f83276e

Browse files
authored
Rename stage and job in CI pipeline configuration
1 parent eece06d commit f83276e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.azdo/ci-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ extends:
2121
# os: linux
2222

2323
stages:
24-
- stage: stage
24+
- stage: Build
2525
jobs:
26-
- job: PythonBuild
26+
- job: Python
2727
# Simplified to single Python version (per project requirements)
2828
# Can expand to matrix testing later if needed
2929

0 commit comments

Comments
 (0)