Skip to content

Commit

Permalink
Skip SonarCloud check on dependabot/* branch
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinFeng committed Jul 5, 2023
1 parent bd516be commit dd0e120
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- tn-p1
name: SonarCloud
runs-on: ubuntu-latest
# dependabot created branch has a very long name, which will cause issue for SonarCloud
if: "!startsWith(github.head_ref, 'dependabot/')"
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit dd0e120

Please sign in to comment.