Skip to content

Commit

Permalink
skipBuildTagsForGitHubPullRequests when the PR is a fork (#2770)
Browse files Browse the repository at this point in the history
  • Loading branch information
satvu authored Oct 10, 2024
1 parent 9590def commit 97e7048
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eng/ci/public-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ extends:
image: 1es-windows-2022
os: windows

settings:
# PR's from forks do not have sufficient permissions to set tags.
skipBuildTagsForGitHubPullRequests: ${{ variables['System.PullRequest.IsFork'] }}

stages:
- stage: Test

Expand Down

0 comments on commit 97e7048

Please sign in to comment.