diff --git a/.github/workflows/broken-link-check.yml b/.github/workflows/broken-link-check.yml deleted file mode 100644 index 1b1eb1d0..00000000 --- a/.github/workflows/broken-link-check.yml +++ /dev/null @@ -1,19 +0,0 @@ -on: - schedule: - - cron: 59 23 24 * * - repository_dispatch: - types: [check-link] - workflow_dispatch: - -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - -name: Broken Link Check -jobs: - check: - name: Broken Link Check - runs-on: ubuntu-latest - timeout-minutes: 10 - steps: - - name: Broken Link Check - uses: technote-space/broken-link-checker-action@v2