From 34a865a2b221bd60ec0d4c071f5e7a66ffdac88a Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 24 Jun 2022 00:19:45 -0400 Subject: [PATCH] chore: removed unused code (#534) --- .github/workflows/test.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 275efa54..c2a49135 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,16 +19,6 @@ jobs: uses: actions/checkout@v3 - name: shellcheck uses: reviewdog/action-shellcheck@v1.15 - - test-missing-git: - name: Test changed-files without git. - runs-on: self-hosted - - steps: - - name: Run changed-files with defaults - id: changed-files - continue-on-error: true - uses: ./ test-pull-requests-from-forks: name: Test changed-files diff on pull_requests from forks