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:
parent
351dcb985e
commit
301132d2fd
2
.github/workflows/broken-links.yml
vendored
2
.github/workflows/broken-links.yml
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user