From da5a8e0bd212e9782a4421186c735906b0a08236 Mon Sep 17 00:00:00 2001 From: Jeff Goeders Date: Tue, 17 Dec 2024 15:34:13 -0700 Subject: [PATCH] Update link_checker.yml --- .github/workflows/link_checker.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/link_checker.yml b/.github/workflows/link_checker.yml index 0bac9f3..400e3ad 100644 --- a/.github/workflows/link_checker.yml +++ b/.github/workflows/link_checker.yml @@ -3,8 +3,7 @@ name: Build and check links on: push: pull_request: - schedule: - - cron: "0 0 1 * *" + jobs: build: @@ -28,4 +27,4 @@ jobs: ruby-version: '3.0' bundler-cache: true - name: Check links - run: make check_links \ No newline at end of file + run: make check_links