We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82bf8fb commit 68d3559Copy full SHA for 68d3559
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
id: check-targets
41
run: ./scripts/github-actions/check-bazel-targets.sh
42
env:
43
- COMMIT_RANGE: ${{ github.event.pull_request.base.sha || github.event.before }}..${{ github.event.pull_request.head.sha || github.sha }}
+ COMMIT_RANGE: ${{ github.event.pull_request.base.sha || github.event.before }}...${{ github.event.pull_request.head.sha || github.sha }}
44
45
dotnet:
46
name: .NET
0 commit comments