diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 680916a96e..5210cd9ef2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -42,6 +42,7 @@ jobs: - name: Setup Gradle uses: gradle/actions/setup-gradle@v4 - name: Generate and submit dependency graph + if: ${{ github.event_name == 'push' }} uses: gradle/actions/dependency-submission@v4 - name: Build and Test run: ./gradlew -S --no-daemon --no-parallel build jacocoAggregateReport coveralls