From 425684ae27f5ef2f537102e32d8253b7dde230df Mon Sep 17 00:00:00 2001 From: Alex Rodionov Date: Mon, 23 Jan 2023 07:30:06 -0800 Subject: [PATCH] Evaluate the whole PR when checking CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c789d6aa86426..571d0930d2258 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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