[py] Added Docstrings to RelativeBy Class and Added Missing Deprecation Warning to with_tag_name() #7759
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
| name: CI - RBE | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - trunk | |
| workflow_dispatch: | |
| jobs: | |
| format: | |
| name: Format | |
| if: github.repository_owner == 'seleniumhq' && startsWith(github.head_ref, 'renovate/') != true | |
| uses: ./.github/workflows/bazel.yml | |
| with: | |
| name: Check format script run | |
| caching: false | |
| ruby-version: jruby-9.4.9.0 | |
| run: ./scripts/github-actions/check-format.sh | |
| test: | |
| name: Test | |
| if: github.repository_owner == 'seleniumhq' && startsWith(github.head_ref, 'renovate/') != true | |
| uses: ./.github/workflows/bazel.yml | |
| with: | |
| name: All RBE tests | |
| caching: false | |
| ruby-version: jruby-9.4.9.0 | |
| run: ./scripts/github-actions/ci-build.sh |