From 068dd5afa8e57161f37c775f2f016eb0b3bb5ece Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Mon, 3 Jun 2019 22:47:12 +0200 Subject: get the name of the branch right --- azure/job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azure/job.yml') 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 }} -- cgit v1.2.1