chore: Add conditional check for pull request repository in a11y workflow

This commit is contained in:
Danny Avila 2024-08-16 02:50:23 -04:00
parent 16e1f74a6c
commit 0ba08b15de
No known key found for this signature in database
GPG key ID: 2DD9CC89B9B50364

View file

@ -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