diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index b063d617bc..7f76c331b7 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -50,8 +50,8 @@ on: workflow_dispatch: input: tags: - description: 'Test scenario tags' - default: 'Anything to describe this manual run (optional)' + description: 'Tags to label this manual run (optional)' + default: 'Anything to describe this manual run' jobs: diff --git a/.github/workflows/pr-gate.yml b/.github/workflows/pr-gate.yml index 68ee0a0c80..fa9e16e49b 100644 --- a/.github/workflows/pr-gate.yml +++ b/.github/workflows/pr-gate.yml @@ -36,8 +36,8 @@ on: workflow_dispatch: input: tags: - description: 'Test scenario tags' - default: 'Anything to describe this manual run (optional)' + description: 'Tags to label this manual run (optional)' + default: 'Anything to describe this manual run' jobs: