refactor: update ci workflows - #5480
Conversation
CI review1. Blocker — renamed checks break required contexts
This branch only reports Simplest fix, no admin change and no rebases: keep the old names as gate jobs. test-linux-gate:
name: Test (ubuntu-latest)
needs: [test]
if: always()
runs-on: ubuntu-latest
steps:
- run: '[ "${{ contains(needs.*.result, ''failure'') || contains(needs.*.result, ''cancelled'') }}" = "false" ]'Four of these covers all four contexts. @gacevicljubisa — or would you rather repoint branch protection? 2. This fixes
3. Codecov Fails with 4. SonarCloud Two Minor
|
Checklist
Description
Open API Spec Version Changes (if applicable)
Motivation and Context (Optional)
Related Issue (Optional)
Screenshots (if appropriate):
AI Disclosure