diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index e06b3da09da3a..22b0720cbbb91 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -114,9 +114,7 @@ jobs: name: ${{ inputs.cache-key }} manifest: crates: rust/Cargo.Bazel.lock - npm: package-lock.json - pypi__pip: py/requirements_lock.txt - ruby: ${{ inputs.os == 'windows' && 'false' || 'rb/.ruby-version' }} + rules_ruby~~ruby~ruby: ${{ inputs.os == 'windows' && 'false' || 'rb/.ruby-version' }} repository-cache: true - name: Setup Bazel without caching if: inputs.caching == false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5c078ffc68d4..ed444a53c9ed3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,9 +28,7 @@ jobs: name: ci-check manifest: crates: rust/Cargo.Bazel.lock - npm: package-lock.json - pypi__pip: py/requirements_lock.txt - ruby: rb/.ruby-version + rules_ruby~~ruby~ruby: rb/.ruby-version repository-cache: true - name: Check Bazel targets id: check-targets