cts: avoid loop in clock gate cloning recursion #1321
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Lightweight lock file check on Linux only. | |
| # The macOS bazel build does not need to duplicate this. | |
| name: Check MODULE.bazel.lock | |
| on: | |
| pull_request: | |
| jobs: | |
| Check-Bazel-Lock: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check out repository code | |
| uses: actions/checkout@v6 | |
| - name: Verify lock file is up to date | |
| run: bazelisk mod deps --lockfile_mode=error |