summaryrefslogtreecommitdiff
path: root/azure/macos
diff options
context:
space:
mode:
Diffstat (limited to 'azure/macos')
-rw-r--r--azure/macos/job.yml11
1 files changed, 6 insertions, 5 deletions
diff --git a/azure/macos/job.yml b/azure/macos/job.yml
index 07dd6d4803..39fe19268b 100644
--- a/azure/macos/job.yml
+++ b/azure/macos/job.yml
@@ -80,11 +80,12 @@ jobs:
- template: test.yml
parameters:
configurationName: ${{ parameters.configurationName }}
- - template: test.yml
- parameters:
- configurationName: ${{ parameters.configurationName }}
- runTestsName: 'OpCache'
- runTestsParameters: -d zend_extension=opcache.so -d opcache.enable_cli=1 -d opcache.protect_memory=1
+ - ${{ if eq(variables['Build.Reason'], 'Schedule') }}:
+ - template: test.yml
+ parameters:
+ configurationName: ${{ parameters.configurationName }}
+ runTestsName: 'OpCache'
+ runTestsParameters: -d zend_extension=opcache.so -d opcache.enable_cli=1 -d opcache.protect_memory=1
- ${{ if eq(variables['Build.Reason'], 'Schedule') }}:
- template: test.yml
parameters: