mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
make dependency graph push only
This commit is contained in:
parent
6347db9167
commit
d27419ef40
1 changed files with 1 additions and 1 deletions
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue