ci: migrate test-summary job from ubuntu-latest to debian runner
- Updated cli-level1-tests.yml test-summary job runs-on from ubuntu-latest to debian - Aligns with repository-wide standardization to debian runner label - Completes migration of all workflow jobs to consistent runner configuration
This commit is contained in:
@@ -128,7 +128,7 @@ jobs:
|
|||||||
retention-days: 7
|
retention-days: 7
|
||||||
|
|
||||||
test-summary:
|
test-summary:
|
||||||
runs-on: ubuntu-latest
|
runs-on: debian
|
||||||
needs: test-cli-level1
|
needs: test-cli-level1
|
||||||
if: always()
|
if: always()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user