Skip to content

Commit 7cece48

Browse files
authored
Rename workflows more consistently (#876)
1 parent ac7934d commit 7cece48

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci_build_wheels.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
${{needs.find-changes.outputs.code == 'false'
5454
&& github.event_name != 'workflow_dispatch'}}
5555
# Important: the name must be the same as that of the build-wheels job.
56-
name: Build & test wheels
56+
name: Build & verify wheels
5757
needs: find-changes
5858
runs-on: ubuntu-24.04
5959
timeout-minutes: 5
@@ -65,7 +65,7 @@ jobs:
6565
if: >-
6666
${{needs.find-changes.outputs.code == 'true'
6767
|| github.event_name == 'workflow_dispatch'}}
68-
name: Build & test wheels
68+
name: Build & verify wheels
6969
needs: find-changes
7070
uses: ./.github/workflows/_build_wheels.yaml
7171
secrets: inherit

.github/workflows/ci_format_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
secrets: inherit
5050

5151
check-format:
52-
name: Python format check
52+
name: Check Python code format
5353
needs: find-changes
5454
runs-on: ubuntu-24.04
5555
timeout-minutes: 30

.github/workflows/ci_hardware_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

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

1818
on:

0 commit comments

Comments
 (0)