Skip to content

Commit ab1325b

Browse files
authored
Merge pull request #2928 from ehuss/update-dependencies-no-fork
Disable update-dependencies on forks
2 parents 4a9a517 + 63b1597 commit ab1325b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
update:
99
name: Update dependencies
1010
runs-on: ubuntu-latest
11+
if: github.repository == 'rust-lang/mdBook'
1112
steps:
1213
- uses: actions/checkout@v5
1314
- name: Install Rust

0 commit comments

Comments
 (0)