Merge pull request #2928 from ehuss/update-dependencies-no-fork
Disable update-dependencies on forks
This commit is contained in:
commit
ab1325b213
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update-dependencies.yml
vendored
1
.github/workflows/update-dependencies.yml
vendored
|
|
@ -8,6 +8,7 @@ jobs:
|
|||
update:
|
||||
name: Update dependencies
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'rust-lang/mdBook'
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- name: Install Rust
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue