Skip to content

Commit

Permalink
Fix public builds from forks (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
ejizba authored Sep 5, 2024
1 parent 82c7de1 commit 497ce66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines/public-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,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: WindowsUnitTests
dependsOn: []
Expand Down

0 comments on commit 497ce66

Please sign in to comment.