Skip to content

Commit

Permalink
ignore sonar for simulator changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PssbleTrngle committed Oct 14, 2024
1 parent d3e1136 commit 6337bc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Build
uses: gradle/gradle-build-action@v2
with:
arguments: build
arguments: build
2 changes: 2 additions & 0 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Analyze
on:
push:
branches: [main]
paths-ignore:
- "simulator/**"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 6337bc2

Please sign in to comment.