Skip to content

Commit ccc51b3

Browse files
committed
Revert to head and fetch
1 parent dbe3631 commit ccc51b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-check-install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ jobs:
543543
544544
# Get the list of R files that have changed
545545
# https://github.com/cloudnativeto/envoy/blob/de67446fa8af973761bb4716f5143d73643baf8b/.github/workflows/get_build_targets.sh_bak#L9
546-
files=$(git diff --name-only main.. -- $test_dir R/*.R)
546+
files=$(git diff --name-only HEAD FETCH_HEAD -- $test_dir R/*.R)
547547
548548
if [ -z "$files" ]
549549
then {

0 commit comments

Comments
 (0)