Skip to content

Commit 0e334ad

Browse files
committed
Fix broken condition
1 parent dfb5d93 commit 0e334ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: echo "VERSION=$(cat src/SplitIO/Version.php | grep 'const CURRENT' | cut -d "'" -f 2 | sed "s/'//g")" >> $GITHUB_ENV
5959

6060
- name: SonarQube Scan (Push)
61-
if: matrix.version == '8.2' && github.event_name
61+
if: matrix.version == '8.2' && github.event_name == 'push'
6262
uses: SonarSource/sonarcloud-github-action@v1.9
6363
env:
6464
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}

0 commit comments

Comments
 (0)