Skip to content

Commit

Permalink
removing precheck as we need all flows to have CI checked off now
Browse files Browse the repository at this point in the history
  • Loading branch information
crutkas committed Mar 7, 2025
1 parent fc94cd7 commit 7fb6837
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
30 changes: 0 additions & 30 deletions .pipelines/v2/templates/job-ci-precheck.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .pipelines/v2/templates/pipeline-ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ parameters:
default: false

stages:
# Allow manual builds to skip pre-check
- ${{ if ne(variables['Build.Reason'], 'Manual') }}:
- stage: Precheck
jobs:
- template: job-ci-precheck.yml

- ${{ each platform in parameters.buildPlatforms }}:
- stage: Build_${{ platform }}
displayName: Build ${{ platform }}
Expand Down

0 comments on commit 7fb6837

Please sign in to comment.