Skip to content

Commit 68d3559

Browse files
committed
[ci] only run tests based on what is new in PR
1 parent 82bf8fb commit 68d3559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
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.pull_request.base.sha || github.event.before }}..${{ github.event.pull_request.head.sha || github.sha }}
43+
COMMIT_RANGE: ${{ github.event.pull_request.base.sha || github.event.before }}...${{ github.event.pull_request.head.sha || github.sha }}
4444

4545
dotnet:
4646
name: .NET

0 commit comments

Comments
 (0)