mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-01 08:08:49 +01:00
chore: Add conditional check for pull request repository in a11y workflow
This commit is contained in:
parent
16e1f74a6c
commit
0ba08b15de
1 changed files with 1 additions and 0 deletions
1
.github/workflows/a11y.yml
vendored
1
.github/workflows/a11y.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue