diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cb84324c..68628a79 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -511,15 +511,9 @@ jobs: test-rest-api: name: Test changed-files with REST API runs-on: ubuntu-latest - needs: build permissions: pull-requests: read steps: - - name: Download build assets - uses: actions/download-artifact@v3 - with: - name: build-assets - - name: Run changed-files with REST API id: changed-files uses: tj-actions/changed-files@feat/add-support-for-retrieving-changed-files-via-github-rest-api