Skip to content

Commit

Permalink
Unify workflow names
Browse files Browse the repository at this point in the history
All names are lowercase for consistency.

Signed-off-by: Nir Soffer <[email protected]>
  • Loading branch information
nirs authored and ShyamsundarR committed Nov 22, 2024
1 parent d5f16c8 commit 1c05577
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

---
# yamllint disable rule:line-length
name: E2E Daily
name: e2e daily

on:
# Run every day on 03:00.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

---
# yamllint disable rule:line-length
name: E2E
name: e2e

on:
pull_request:
Expand Down

0 comments on commit 1c05577

Please sign in to comment.