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 dfb5d93 commit 0e334adCopy full SHA for 0e334ad
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
58
run: echo "VERSION=$(cat src/SplitIO/Version.php | grep 'const CURRENT' | cut -d "'" -f 2 | sed "s/'//g")" >> $GITHUB_ENV
59
60
- name: SonarQube Scan (Push)
61
- if: matrix.version == '8.2' && github.event_name
+ if: matrix.version == '8.2' && github.event_name == 'push'
62
uses: SonarSource/sonarcloud-github-action@v1.9
63
env:
64
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
0 commit comments