diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index a50b933d..f3540565 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -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