Skip to content

Commit 301132d

Browse files
authored
Changed broken-links action to only run on main repo (#3118)
Signed-off-by: George Araújo <george.gcac@gmail.com>
1 parent 351dcb9 commit 301132d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/broken-links.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ on:
4141
jobs:
4242
link-checker:
4343
runs-on: ubuntu-latest
44+
# only run on the main repo
45+
if: github.repository == 'alshedivat/al-folio'
4446
steps:
4547
- uses: actions/checkout@v4
4648

0 commit comments

Comments
 (0)