Skip to content

Commit

Permalink
chore(ci): only submit dependencies for commits
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy committed Aug 22, 2024
1 parent 37d1069 commit 4a3d360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a3d360

Please sign in to comment.