make dependency graph push only

This commit is contained in:
alexcrea 2025-06-14 15:51:14 +02:00
parent 6347db9167
commit d27419ef40
No known key found for this signature in database
GPG key ID: 027DD67D2D3280C5

View file

@ -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