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 2cae3d4 commit 4865729Copy full SHA for 4865729
.github/workflows/checkBuild.yml
@@ -72,6 +72,7 @@ jobs:
72
73
code-style:
74
runs-on: ubuntu-latest
75
+ if: ${{ github.event_name != 'pull_request' || !startsWith(github.head_ref, 'renovate/') }}
76
77
strategy:
78
matrix:
.github/workflows/sonar.yml
@@ -27,8 +27,7 @@ jobs:
27
sonar:
28
name: SonarCloud Scan
29
30
- # Dependabot PRs have no access to secrets (SONAR_TOKEN) -> Ignore them
31
- if: ${{ github.event_name != 'pull_request' || !startsWith(github.head_ref, 'dependabot/') }}
32
steps:
33
- uses: actions/checkout@v4
34
with:
0 commit comments