Skip to content

Skip sonar check if skip-sonar label is put on PR#30630

Closed
florianduros wants to merge 9 commits into
developfrom
florianduros/skip-sonar
Closed

Skip sonar check if skip-sonar label is put on PR#30630
florianduros wants to merge 9 commits into
developfrom
florianduros/skip-sonar

Conversation

@florianduros
Copy link
Copy Markdown
Member

TODO: add label to element-meta

Comment thread .github/workflows/sonarqube.yml Outdated
sonarqube:
name: 🩻 SonarQube
if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event != 'merge_group'
if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event != 'merge_group' && !contains(github.event.issue.labels.*.name,'Z-Skip-Sonar')
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did this work for you? Maybe it should be github.event.pull_request.labels ?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤦 I was looking at the issue labels

@langleyd
Copy link
Copy Markdown
Member

langleyd commented Dec 3, 2025

Done here, thanks for taking a look.

@langleyd langleyd closed this Dec 3, 2025
@florianduros florianduros deleted the florianduros/skip-sonar branch January 28, 2026 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T-Task Tasks for the team like planning

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants