summaryrefslogtreecommitdiff
path: root/azure/job.yml
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2019-06-03 22:47:12 +0200
committerJoe Watkins <krakjoe@php.net>2019-06-03 22:47:12 +0200
commit068dd5afa8e57161f37c775f2f016eb0b3bb5ece (patch)
tree4334033cc642b94451cde6362039faee6118e44b /azure/job.yml
parent74ce8120079a6af65ec649b710b9fc8a619aa83e (diff)
downloadphp-git-068dd5afa8e57161f37c775f2f016eb0b3bb5ece.tar.gz
get the name of the branch right
Diffstat (limited to 'azure/job.yml')
-rw-r--r--azure/job.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure/job.yml b/azure/job.yml
index 432b17ad5a..e0d8cc835c 100644
--- a/azure/job.yml
+++ b/azure/job.yml
@@ -84,7 +84,7 @@ jobs:
configurationName: ${{ parameters.configurationName }}
runTestsName: 'OpCache'
runTestsParameters: -dopcache.enable_cli=1
- - ${{ if ne(variables['Build.SourceBranch'], 'refs/heads/7.4') }}:
+ - ${{ if ne(variables['Build.SourceBranch'], 'refs/heads/PHP-7.4') }}:
- template: test.yml
parameters:
configurationName: ${{ parameters.configurationName }}