From 43e22ab41ee74d1ab5efc2d411650795433990a4 Mon Sep 17 00:00:00 2001 From: Sumanth Reddy Chinna Pullaiah Date: Wed, 6 Mar 2024 19:53:33 +0000 Subject: [PATCH] test --- .github/workflows/get-changed-files.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/get-changed-files.yml b/.github/workflows/get-changed-files.yml index 77f2a15c8..13bb4b7dd 100644 --- a/.github/workflows/get-changed-files.yml +++ b/.github/workflows/get-changed-files.yml @@ -17,8 +17,7 @@ jobs: id: get-changed-files run: | set -eux - git fetch origin main - changed_files=$(git diff --name-only main..HEAD) + changed_files=$(git diff --name-only main) echo "changed_files=$changed_files" >> "$GITHUB_ENV" - name: Setup test matrix scenarios