From 9d0473eec4934afba4c3ceac736cff68be70905d Mon Sep 17 00:00:00 2001 From: technote-space Date: Thu, 8 Dec 2022 16:02:06 +0000 Subject: [PATCH] chore: sync workflows --- .github/workflows/broken-link-check.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/broken-link-check.yml diff --git a/.github/workflows/broken-link-check.yml b/.github/workflows/broken-link-check.yml deleted file mode 100644 index 0a6d4449..00000000 --- a/.github/workflows/broken-link-check.yml +++ /dev/null @@ -1,19 +0,0 @@ -on: - schedule: - - cron: 37 1 14 * * - 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