We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e4f95 commit 1511c79Copy full SHA for 1511c79
1 file changed
azure-pipelines/templates/steps/fetch-pr-labels.yml
@@ -7,5 +7,5 @@ jobs:
7
temp=$(curl -s "https://api.github.com/repos/$BUILD_REPOSITORY_ID/issues/$SYSTEM_PULLREQUEST_PULLREQUESTNUMBER/labels" | jq -jc '.[] | {name}')
8
echo -e "##vso[task.setvariable variable=prLabels;isOutput=true]$temp"
9
echo "$temp"
10
- condition: or(eq(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.Reason'], 'IndividualCI'))
+ condition: eq(variables['Build.Reason'], 'PullRequest')
11
name: fetchPrCILabel
0 commit comments