Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
Skip dependency graph on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Apr 26, 2024
1 parent 3f841d7 commit c82df87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
uses: gradle/actions/setup-gradle@v3

- name: Generate and submit dependency graph
if: ${{ github.event_name == 'push' }}
uses: gradle/actions/dependency-submission@v3
with:
build-scan-publish: true
Expand Down

0 comments on commit c82df87

Please sign in to comment.