Skip to content

Commit 70ffdc3

Browse files
committed
iterate
1 parent f3d5637 commit 70ffdc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarqube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions: {}
1111
jobs:
1212
sonarqube:
1313
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')
14+
if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event != 'merge_group' && !contains(github.event.pull_request.labels.*.name,'Z-Skip-Sonar')
1515
uses: matrix-org/matrix-js-sdk/.github/workflows/sonarcloud.yml@develop
1616
permissions:
1717
actions: read

0 commit comments

Comments
 (0)