Skip to content

Commit 656aafd

Browse files
committed
TMP use sonarcloud.yml of the branch instead of develop
1 parent 8c16964 commit 656aafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarqube.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
sonarqube:
1212
name: 🩻 SonarQube
1313
if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event != 'merge_group'
14-
uses: matrix-org/matrix-js-sdk/.github/workflows/sonarcloud.yml@develop
14+
uses: matrix-org/matrix-js-sdk/.github/workflows/sonarcloud.yml@renovate/jest
1515
secrets:
1616
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1717
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}

0 commit comments

Comments
 (0)