From 0ba08b15de59249ba21276b2806ec71954724944 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Fri, 16 Aug 2024 02:50:23 -0400 Subject: [PATCH] chore: Add conditional check for pull request repository in a11y workflow --- .github/workflows/a11y.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/a11y.yml b/.github/workflows/a11y.yml index e5a3be108d..58ee07b2e3 100644 --- a/.github/workflows/a11y.yml +++ b/.github/workflows/a11y.yml @@ -8,6 +8,7 @@ on: jobs: axe-linter: runs-on: ubuntu-latest + if: github.event.pull_request.head.repo.full_name == 'danny-avila/LibreChat' steps: - uses: actions/checkout@v4