Skip to content

Commit

Permalink
[DoNotMerge][PAN-1881] Sonar analysis for forked repos (#11)
Browse files Browse the repository at this point in the history
* feature: use sonar cloud in separated workflow
  • Loading branch information
juanmanuel-tirado authored May 10, 2024
1 parent 7791ec9 commit 5d146da
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

jobs:
shared:
uses: pantos-io/ci-workflows/.github/workflows/python-ci.yml@v1
uses: pantos-io/ci-workflows/.github/workflows/python-ci.yml@968394c490cea66b0073b65d9ac76bf098c1da1a
secrets: inherit
16 changes: 16 additions & 0 deletions .github/workflows/sonar.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Sonar

on:
workflow_run:
workflows: [CI]
types: [completed]

# on:
# push:
# branches:
# - main
# pull_request:

jobs:
shared:
uses: pantos-io/ci-workflows/.github/workflows/sonar.yml@968394c490cea66b0073b65d9ac76bf098c1da1a

0 comments on commit 5d146da

Please sign in to comment.