We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67709fd commit 081512eCopy full SHA for 081512e
1 file changed
.github/actions/build/action.yaml
@@ -40,8 +40,9 @@ runs:
40
# of the code as if the pull request had been merged into the base branch.
41
# Setting fetch-depth to 2 effectively gets a merge commit (i.e. HEAD) and the
42
# 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}
+ # TODO(b/382508397): Disabled for now.
+ # git diff --name-only HEAD~1 HEAD > ${CHANGED_FILES_LIST}
45
+ # cat ${CHANGED_FILES_LIST}
46
shell: bash
47
- name: Calculate test targets
48
# TODO(b/382508397): Ignore test_root_target until test target listing is dynamic.
0 commit comments