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) }}'