diff --git a/.github/workflows/reusable-upgrade-testing.yml b/.github/workflows/reusable-upgrade-testing.yml index e4c60e6ffea9f..7349e1ff139f2 100644 --- a/.github/workflows/reusable-upgrade-testing.yml +++ b/.github/workflows/reusable-upgrade-testing.yml @@ -1,5 +1,5 @@ # A reusable workflow that runs WordPress upgrade testing under the conditions provided. -name: Upgrade Tests +name: Upgrade Tests (reusable) on: workflow_call: diff --git a/.github/workflows/upgrade-testing.yml b/.github/workflows/upgrade-testing.yml index 50c027cdd4e7b..1d665bee91928 100644 --- a/.github/workflows/upgrade-testing.yml +++ b/.github/workflows/upgrade-testing.yml @@ -1,7 +1,7 @@ # Confirms that updating WordPress using WP-CLI works successfully. # # This workflow is not meant to test wordpress-develop checkouts, but rather tagged versions officially available on WordPress.org. -name: Upgrade Tests +name: Upgrade Tests (top) on: push: