Skip to content

Commit

Permalink
Skip the skia PR checkout (#3083)
Browse files Browse the repository at this point in the history
This was a feature added to help with merging, but it does not really help and it fails with forks after the increased restrictions
  • Loading branch information
mattleibow authored Nov 26, 2024
1 parent 3de1489 commit ef6f234
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/azure-templates-bootstrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ jobs:
submodules: recursive
- template: /scripts/azure-templates-variables.yml@self

# checkout required skia PR
- pwsh: .\scripts\checkout-skia.ps1 -GitHubToken $(GitHub.Token.PublicAccess)
displayName: Checkout required skia PR
condition: eq(variables['Build.Reason'], 'PullRequest')
# # checkout required skia PR
# - pwsh: .\scripts\checkout-skia.ps1 -GitHubToken $(GitHub.Token.PublicAccess)
# displayName: Checkout required skia PR
# condition: eq(variables['Build.Reason'], 'PullRequest')

- ${{ if eq(parameters.buildPipelineType, 'tests') }}:
- template: /scripts/azure-templates-github-status.yml@self
Expand Down

0 comments on commit ef6f234

Please sign in to comment.