From 34f8b0a4fcb5f4baea56ebb0d5263c47b8ced58c Mon Sep 17 00:00:00 2001 From: Jianjie Liu Date: Fri, 8 Oct 2021 15:04:25 +0000 Subject: [PATCH] Edit manual trigger description --- .github/workflows/nightly.yml | 4 ++-- .github/workflows/pr-gate.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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: