Skip to content

Commit

Permalink
fix: Correct names of test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jidicula committed Jul 28, 2022
1 parent 1ca6f22 commit 065ca94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-ubuntu-18.04.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ubuntu-18.04
name: ubuntu-18.04 Tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-ubuntu-20.04.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ubuntu-20.04
name: ubuntu-20.04 Tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-ubuntu-22.04.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ubuntu-22.04
name: ubuntu-22.04 Tests

on:
push:
Expand Down

0 comments on commit 065ca94

Please sign in to comment.