mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Disable project caching for forks (#32676)
This commit is contained in:
@@ -34,11 +34,13 @@ jobs:
|
|||||||
- template: ./templates/build-powertoys-ci.yml
|
- template: ./templates/build-powertoys-ci.yml
|
||||||
parameters:
|
parameters:
|
||||||
platform: x64
|
platform: x64
|
||||||
enableCaching: true
|
${{ if eq(variables['System.PullRequest.IsFork'], 'False') }}:
|
||||||
|
enableCaching: true
|
||||||
- template: ./templates/build-powertoys-ci.yml
|
- template: ./templates/build-powertoys-ci.yml
|
||||||
parameters:
|
parameters:
|
||||||
platform: arm64
|
platform: arm64
|
||||||
enableCaching: true
|
${{ if eq(variables['System.PullRequest.IsFork'], 'False') }}:
|
||||||
|
enableCaching: true
|
||||||
- template: ./templates/run-ui-tests-ci.yml
|
- template: ./templates/run-ui-tests-ci.yml
|
||||||
parameters:
|
parameters:
|
||||||
platform: x64
|
platform: x64
|
||||||
|
|||||||
Reference in New Issue
Block a user