Skip to content

Commit cd58a00

Browse files
committed
build: fix github workflow names
1 parent e812c1d commit cd58a00

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/lint_and_format_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lint and Format Check (Ubuntu Latest)
1+
name: Lint and format
22

33
on:
44
pull_request:

.github/workflows/release_create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release Create Workflow
1+
name: Release Create
22

33
on:
44
pull_request:

.github/workflows/release_prepare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release Prepare Workflow
1+
name: Release Prepare
22

33
on:
44
workflow_dispatch:

.github/workflows/ubuntu-undef.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Ubuntu 22.04 (GCC 12 SANITIZED)
1+
name: Ubuntu 22.04 (GCC 12 SANITIZE UNDEFINED)
22

33
on:
44
pull_request:

.github/workflows/ubuntu_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Ubuntu 22.04 (installation only)
1+
name: Ubuntu 22.04 (Installation)
22

33
on:
44
pull_request:

0 commit comments

Comments
 (0)