diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 92d98e5..395c547 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -53,7 +53,7 @@ jobs: # only submit dependency on push - name: Generate and submit dependency graph uses: gradle/actions/dependency-submission@v4 - #if: ${{ github.event_name == 'push' && success() }} #temporarly disabled for test + if: ${{ github.event_name == 'push' && success() }} continue-on-error: true # Get the names of the online and offline jars