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 cbf061e commit ccd6cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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: "[PR Opened] \n Is Renovate Bot?"
name: "[Opened] Is Renovate Bot?"
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
outputs:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
run: echo "Running tests for affected PR"

run-sonarqube:
name: "[PR Merged] \n Run SonarQube Analysis"
name: "[Merged] Run SonarQube Analysis"
if: github.event_name == 'push'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ccd6cc4

Please sign in to comment.