Skip to content

Commit

Permalink
Skip build-nuget CI job when PR originates from a local branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jgiannuzzi committed Aug 14, 2023
1 parent 472e5d2 commit 9542caa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
# Build the nuget package and upload it as an artifact.
build-nuget:
if: github.event_name == 'push' || github.event.pull_request.head.repo.id != github.event.pull_request.base.repo.id
name: Build NuGet package
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9542caa

Please sign in to comment.