Skip to content

Commit 97e7048

Browse files
authored
skipBuildTagsForGitHubPullRequests when the PR is a fork (#2770)
1 parent 9590def commit 97e7048

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

eng/ci/public-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ extends:
5555
image: 1es-windows-2022
5656
os: windows
5757

58+
settings:
59+
# PR's from forks do not have sufficient permissions to set tags.
60+
skipBuildTagsForGitHubPullRequests: ${{ variables['System.PullRequest.IsFork'] }}
61+
5862
stages:
5963
- stage: Test
6064

0 commit comments

Comments
 (0)