Skip to content

Commit

Permalink
Evaluate the whole PR when checking CI
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Jan 23, 2023
1 parent d985705 commit 425684a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id: check-targets
run: ./scripts/github-actions/check-bazel-targets.sh
env:
COMMIT_RANGE: ${{ github.event.before }}..${{ github.event.after }}
COMMIT_RANGE: ${{ github.event.pull_request.base.sha || github.event.before }}..${{ github.sha }}

dotnet:
name: .NET
Expand Down

0 comments on commit 425684a

Please sign in to comment.