Changed broken-links action to only run on main repo (#3118)

Signed-off-by: George Araújo <george.gcac@gmail.com>
This commit is contained in:
George 2025-04-09 11:41:26 -03:00 committed by GitHub
parent 351dcb985e
commit 301132d2fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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