Skip to content

Commit 1511c79

Browse files
committed
revert
1 parent e3e4f95 commit 1511c79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines/templates/steps/fetch-pr-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ jobs:
77
temp=$(curl -s "https://api.github.com/repos/$BUILD_REPOSITORY_ID/issues/$SYSTEM_PULLREQUEST_PULLREQUESTNUMBER/labels" | jq -jc '.[] | {name}')
88
echo -e "##vso[task.setvariable variable=prLabels;isOutput=true]$temp"
99
echo "$temp"
10-
condition: or(eq(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.Reason'], 'IndividualCI'))
10+
condition: eq(variables['Build.Reason'], 'PullRequest')
1111
name: fetchPrCILabel

0 commit comments

Comments
 (0)