From f3f3a8e0a0ce3a46ee87f7596690f44bfdafe0a3 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 2 Oct 2022 07:12:35 -0600 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 216c8723..0d0e93b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -809,11 +809,6 @@ jobs: echo '${{ toJSON(steps.changed-files-custom-sha.outputs) }}' shell: bash - - name: Run changed-files with since_last_remote_commit set to true - id: changed-files-since-last-remote-commit - uses: ./ - with: - since_last_remote_commit: 'true' - name: Show output run: | echo '${{ toJSON(steps.changed-files-since-last-remote-commit.outputs) }}'