Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuCh3n committed Nov 15, 2023
1 parent 4fc8def commit f3eba02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: PHP ${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: SonarQube PR Analysis

on:
push:
branches:
Expand All @@ -6,7 +8,7 @@ on:
- 'bugfix/**'
pull_request:
types: [opened, synchronize, reopened]
name: SonarQube PR Analysis

jobs:
sonarqube:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f3eba02

Please sign in to comment.