From 1295c6ac63e0fc616da8ff3d601cbcfc098d7dd2 Mon Sep 17 00:00:00 2001 From: Sagar Khalasi Date: Tue, 26 Nov 2024 11:48:32 +0530 Subject: [PATCH] chore: Update for workflow name (#37696) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description Update name of the workflow for each search and visibility. Tested on my forked repository: Screenshot 2024-11-26 at 11 17 55 AM Fixes # [`Issue Number` ](https://app.zenhub.com/workspaces/stability-pod-6690c4814e31602e25cab7fd/issues/gh/appsmithorg/appsmith/37695) ## Automation /ok-to-test tags="" ### :mag: Cypress test results > [!CAUTION] > If you modify the content in this section, you are likely to disrupt the CI result for your PR. ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [x] No --- .github/workflows/test-vulnerabilities-data.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-vulnerabilities-data.yml b/.github/workflows/test-vulnerabilities-data.yml index f0ad5395cf..2d1f30a11b 100644 --- a/.github/workflows/test-vulnerabilities-data.yml +++ b/.github/workflows/test-vulnerabilities-data.yml @@ -1,4 +1,7 @@ -name: Run Vulnerability Data Script with Parameters and Update PR +name: Run Vulnerability + +run-name: > + On Branch: ${{ github.ref_name }} with Image: ${{ inputs.image_name || 'appsmith/appsmith-ce:release' }} on: workflow_dispatch: