From 957101729cddeed3a05b8e089b2d3563536430e3 Mon Sep 17 00:00:00 2001 From: bvolpato Date: Sat, 29 Aug 2026 15:07:31 -0400 Subject: [PATCH] Fix Amazon screenshot and schedule link checks --- .github/workflows/validate-links-on-push-pr.yml | 5 ++++- README.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate-links-on-push-pr.yml b/.github/workflows/validate-links-on-push-pr.yml index 7459b51..60c7b3f 100644 --- a/.github/workflows/validate-links-on-push-pr.yml +++ b/.github/workflows/validate-links-on-push-pr.yml @@ -1,4 +1,4 @@ -name: Validate links on push + PR +name: Validate links on: push: @@ -7,6 +7,9 @@ on: pull_request: branches: - master + schedule: + - cron: "17 6 * * 1" + workflow_dispatch: permissions: contents: read diff --git a/README.md b/README.md index 32cf305..c5cbd01 100644 --- a/README.md +++ b/README.md @@ -615,7 +615,7 @@ Userscripts can be used w/ the following browsers: Amazon Wishlist Search - Adds a search input field to the wishlist dropdown (supports regex search).
- +
💾