From ef3ce0dcb23f7aefa7b4204a87af3240191e0efc Mon Sep 17 00:00:00 2001 From: Baranov Victor Date: Tue, 19 Aug 2025 11:41:37 +0300 Subject: [PATCH] [Github] Remove redundant 'START_REV', 'END_REV' env variables (NFC) (#154218) After https://github.com/llvm/llvm-project/pull/133023, `START_REV` and `END_REV` env variables became redundant. --- .github/workflows/pr-code-format.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pr-code-format.yml b/.github/workflows/pr-code-format.yml index dc55b7e47e11..5540555ae05e 100644 --- a/.github/workflows/pr-code-format.yml +++ b/.github/workflows/pr-code-format.yml @@ -70,8 +70,6 @@ jobs: - name: Run code formatter env: GITHUB_PR_NUMBER: ${{ github.event.pull_request.number }} - START_REV: ${{ github.event.pull_request.base.sha }} - END_REV: ${{ github.event.pull_request.head.sha }} CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }} # Create an empty comments file so the pr-write job doesn't fail. run: |