From 3fd4a3f4b558f05a33f9918011172bd647e4e9d5 Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Sun, 5 Jan 2025 08:06:52 -0800 Subject: [PATCH] Only run links check on main branch merge (#6098) Right now we are doubling our link checks for PRs against branches hosted on the main repository. This is likely not helping our 429 issue with link checking. --- .github/workflows/links-fail-fast.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/links-fail-fast.yml b/.github/workflows/links-fail-fast.yml index cc4cf6d3c..2dca9518e 100644 --- a/.github/workflows/links-fail-fast.yml +++ b/.github/workflows/links-fail-fast.yml @@ -2,6 +2,8 @@ name: Links (Fail Fast) on: push: + branches: + - main pull_request: jobs: