Skip to content

Commit 6c5d58a

Browse files
chore: update github action names (#56)
1 parent 9e65d92 commit 6c5d58a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/formatter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ on:
2424

2525
jobs:
2626
suggest:
27+
name: Suggest Changes
2728
runs-on: ubuntu-latest
2829

2930
steps:

.github/workflows/run_tests.yml

Lines changed: 2 additions & 2 deletions
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: Run Tests
15+
name: Unit Tests
1616

1717
# Run action on PRs to main
1818
on:
@@ -21,7 +21,7 @@ on:
2121

2222
jobs:
2323
build:
24-
name: Run Python Tests
24+
name: Run Pytests
2525
runs-on: ubuntu-latest
2626

2727
steps:

0 commit comments

Comments
 (0)