Skip to content

Commit 6ff705c

Browse files
committed
skip build tags for fork PRs
1 parent 4ea4bad commit 6ff705c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

eng/ci/public-build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ extends:
3838
enabled: true
3939
runSourceLanguagesInSourceAnalysis: true
4040

41+
settings:
42+
# PR's from forks do not have sufficient permissions to set tags.
43+
skipBuildTagsForGitHubPullRequests: ${{ variables['System.PullRequest.IsFork'] }}
44+
4145
stages:
4246
- stage: Build
4347
variables:

0 commit comments

Comments
 (0)