From 301132d2fd30e2999b9d6ef87bf1da1c0f3551d2 Mon Sep 17 00:00:00 2001 From: George <31376482+george-gca@users.noreply.github.com> Date: Wed, 9 Apr 2025 11:41:26 -0300 Subject: [PATCH] Changed broken-links action to only run on main repo (#3118) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: George Araújo --- .github/workflows/broken-links.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index 972b89c..88a2ad4 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -41,6 +41,8 @@ on: jobs: link-checker: runs-on: ubuntu-latest + # only run on the main repo + if: github.repository == 'alshedivat/al-folio' steps: - uses: actions/checkout@v4