Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci_build_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
${{needs.find-changes.outputs.code == 'false'
&& github.event_name != 'workflow_dispatch'}}
# Important: the name must be the same as that of the build-wheels job.
name: Build & test wheels
name: Build & verify wheels
needs: find-changes
runs-on: ubuntu-24.04
timeout-minutes: 5
Expand All @@ -65,7 +65,7 @@ jobs:
if: >-
${{needs.find-changes.outputs.code == 'true'
|| github.event_name == 'workflow_dispatch'}}
name: Build & test wheels
name: Build & verify wheels
needs: find-changes
uses: ./.github/workflows/_build_wheels.yaml
secrets: inherit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_format_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
secrets: inherit

check-format:
name: Python format check
name: Check Python code format
needs: find-changes
runs-on: ubuntu-24.04
timeout-minutes: 30
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_hardware_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: 'CI: test with different hardware options'
name: 'CI: test hardware options'
run-name: Test with instruction set extensions and parallelism

on:
Expand Down
Loading