Skip to content

Commit

Permalink
ci: descriptive names for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev committed Nov 25, 2024
1 parent e3d9446 commit d41752f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_manual.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: e2e test
name: e2e test manual

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_nightly.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: e2e test
name: e2e test nightly

on:
schedule:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: e2e test
name: e2e test PR

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_service_mesh.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: e2e test
name: e2e test service mesh

on:
pull_request:
Expand Down

0 comments on commit d41752f

Please sign in to comment.