Skip to content

Commit

Permalink
[ci] only run tests based on what is new in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jan 20, 2024
1 parent 69f0570 commit b7f27a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
id: check-targets
run: ./scripts/github-actions/check-bazel-targets.sh
env:
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 }}

dotnet:
name: .NET
Expand Down

0 comments on commit b7f27a2

Please sign in to comment.