Skip to content

Commit

Permalink
chore: test pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaypee Ignacio committed Aug 19, 2024
1 parent 43c50cd commit cbf061e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit cbf061e

Please sign in to comment.