From 5478c64f17eb848565f29a098d25cacf80611bcd Mon Sep 17 00:00:00 2001 From: divolgin Date: Mon, 26 Apr 2021 15:05:42 -0700 Subject: [PATCH] fixing missing github action --- .github/workflows/pull_request.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 0f175e9da..bfc511786 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -5,10 +5,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - - name: filter-to-pr-open-synced - uses: actions/bin/filter@master - with: - args: action 'opened|synchronize' - name: linkcheck uses: marccampbell/hugo-linkcheck-action@v0.1.2 env: