From 966d518014d4ab71e5c303748a9d403128004e00 Mon Sep 17 00:00:00 2001 From: roman-kiselenko Date: Sun, 28 Jan 2024 12:23:11 +0300 Subject: [PATCH] The `Links` workflow should be disabled in forks. Signed-off-by: roman-kiselenko --- .github/workflows/links.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index b2afdfaf2..86721d0d3 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -11,6 +11,7 @@ on: jobs: check: runs-on: ubuntu-latest + if: github.repository == 'containerd/containerd' name: lychee timeout-minutes: 15 steps: