Skip to content

Commit

Permalink
Merge pull request #746 from TokenScript/dependabot/skip-sonar-cloud
Browse files Browse the repository at this point in the history
Skip SonarCloud check on dependabot/* branch
  • Loading branch information
nicktaras authored Jul 12, 2023
2 parents b485629 + dd0e120 commit 35953e9
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 @@ -23,6 +23,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 35953e9

Please sign in to comment.