From cbf061e90712361e1f15458c3c089a1836d256b1 Mon Sep 17 00:00:00 2001 From: Jaypee Ignacio Date: Mon, 19 Aug 2024 19:55:37 +0800 Subject: [PATCH] chore: test pr --- .github/workflows/pr-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index d9ebfcf..9306100 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -15,7 +15,7 @@ concurrency: jobs: is-renovate-bot: - name: Is Renovate Bot? + name: "[PR Opened] \n Is Renovate Bot?" if: github.event_name == 'pull_request' runs-on: ubuntu-latest outputs: @@ -58,8 +58,8 @@ jobs: - name: Echo Message run: echo "Running tests for affected PR" - sonarqube: - name: "Run SonarQube Analysis" + run-sonarqube: + name: "[PR Merged] \n Run SonarQube Analysis" if: github.event_name == 'push' runs-on: ubuntu-latest steps: