We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35fa48 commit e38d54bCopy full SHA for e38d54b
.github/workflows/sonarqube.yml
@@ -11,7 +11,7 @@ permissions: {}
11
jobs:
12
sonarqube:
13
name: 🩻 SonarQube
14
- if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event != 'merge_group' && !contains(github.event.pull_request.labels,'Z-Skip-Sonar')
+ if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event != 'merge_group' && !contains(github.event.pull_request.labels.*.name,'Z-Skip-Sonar')
15
uses: matrix-org/matrix-js-sdk/.github/workflows/sonarcloud.yml@develop
16
permissions:
17
actions: read
0 commit comments