Skip to content

Commit 081512e

Browse files
authored
Disable getting CHANGED_FILES_LIST since it's unused (#8759)
Bug: 382508397 Comment out setting CHANGED_FILES_LIST env variable since it's unused due to b/382508397.
1 parent 67709fd commit 081512e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/actions/build/action.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ runs:
4040
# of the code as if the pull request had been merged into the base branch.
4141
# Setting fetch-depth to 2 effectively gets a merge commit (i.e. HEAD) and the
4242
# HEAD commit from the base branch (i.e. HEAD~1).
43-
git diff --name-only HEAD~1 HEAD > ${CHANGED_FILES_LIST}
44-
cat ${CHANGED_FILES_LIST}
43+
# TODO(b/382508397): Disabled for now.
44+
# git diff --name-only HEAD~1 HEAD > ${CHANGED_FILES_LIST}
45+
# cat ${CHANGED_FILES_LIST}
4546
shell: bash
4647
- name: Calculate test targets
4748
# TODO(b/382508397): Ignore test_root_target until test target listing is dynamic.

0 commit comments

Comments
 (0)