mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
get the name of the branch right
This commit is contained in:
parent
74ce812007
commit
068dd5afa8
@ -1,5 +1,5 @@
|
||||
trigger:
|
||||
- 7.4
|
||||
- PHP-7.4
|
||||
- master
|
||||
|
||||
jobs:
|
||||
|
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user