From ffcdf2ff0a1762773183a2332568b8716aebbb34 Mon Sep 17 00:00:00 2001 From: Dale du Preez Date: Thu, 16 Oct 2025 11:41:00 +0200 Subject: [PATCH] Update branch descriptions for e2e test workflows --- .github/workflows/manual-e2e-tests.yml | 2 +- .github/workflows/run-e2e-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual-e2e-tests.yml b/.github/workflows/manual-e2e-tests.yml index cdc620c8c6..0b313dba67 100644 --- a/.github/workflows/manual-e2e-tests.yml +++ b/.github/workflows/manual-e2e-tests.yml @@ -5,7 +5,7 @@ on: workflow_dispatch: inputs: branch: - description: Branch, Tag or SHA to checkout. Leave empty to use the default branch. + description: Branch, Tag or SHA to checkout. Leave empty to use the same commit/branch as the workflow branch. type: string wordpress-version: description: WordPress version number. Defaults to 'latest' (the latest version). diff --git a/.github/workflows/run-e2e-tests.yml b/.github/workflows/run-e2e-tests.yml index 56e641af7e..74d1e54054 100644 --- a/.github/workflows/run-e2e-tests.yml +++ b/.github/workflows/run-e2e-tests.yml @@ -13,7 +13,7 @@ on: type: string default: '7.4' branch: - description: Branch, Tag or SHA to checkout. Leave empty to use the default branch. + description: Branch, Tag or SHA to checkout. Leave empty to use the same branch/commit as the calling workflow. type: string jobs: