Skip to content

Commit 425684a

Browse files
committed
Evaluate the whole PR when checking CI
1 parent d985705 commit 425684a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
id: check-targets
4141
run: ./scripts/github-actions/check-bazel-targets.sh
4242
env:
43-
COMMIT_RANGE: ${{ github.event.before }}..${{ github.event.after }}
43+
COMMIT_RANGE: ${{ github.event.pull_request.base.sha || github.event.before }}..${{ github.sha }}
4444

4545
dotnet:
4646
name: .NET

0 commit comments

Comments
 (0)