Skip to content

Add skipBuildTagsForGitHubPullRequests setting to public-linux-build.yml for fork PRs #262

Description

@TsuyoshiUshio

Summary

Add the skipBuildTagsForGitHubPullRequests setting to the public-linux-build.yml CI pipeline to handle fork branches that lack sufficient permissions to set tags.

Context

This was identified during PR #261 review. The setting should be added under the settings: section in the 1ES pipeline template:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions