Skip to content

Commit

Permalink
rename testing github workflows
Browse files Browse the repository at this point in the history
* workflows using e2e test have 'e2e-' as a filename prefix
* workflows triggering on PRs or schedule use a '-ci' filename suffix
* workflow titles for E2E are prefixed with 'E2E'
  • Loading branch information
manno committed Jul 12, 2024
1 parent 7f7946e commit bb07ea4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Upgrade from latest released fleet to dev version
name: Upgrade Fleet Standalone to HEAD
# Upgrade Fleet standalone from latest released to dev version
name: E2E Upgrade Fleet Standalone to HEAD

on:
schedule:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Upgrade fleet in latest Rancher to dev version and run MC tests
name: Upgrade Fleet in Rancher To HEAD
name: E2E Upgrade Fleet in Rancher To HEAD

on:
schedule:
Expand Down

0 comments on commit bb07ea4

Please sign in to comment.