Skip to content

Commit

Permalink
ci: Skip Archive Job when running on foreign PRs (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
Swatinem authored Jun 8, 2020
1 parent 66a109d commit 9651561
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ stages:
- stage: package
displayName: Create Release Archive
dependsOn: test
condition: eq(variables['System.PullRequest.IsFork'], 'False')
jobs:
- job:
pool:
Expand Down

0 comments on commit 9651561

Please sign in to comment.