Skip to content

Commit

Permalink
Removes dependency submission (#3006)
Browse files Browse the repository at this point in the history
Removes changes in #2983.
  • Loading branch information
zachgk authored Feb 27, 2024
1 parent 19e4302 commit 96e93a4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,6 @@ jobs:
files: ./jacoco/build/reports/jacoco/testCodeCoverageReport/testCodeCoverageReport.xml
fail_ci_if_error: false
path_to_write_report: ./codecov_report.txt
- name: Submit Dependencies
if: github.event_name == 'push'
uses: gradle/actions/dependency-submission@v3
env:
# Exclude dependencies that are only resolved in test classpaths
DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS: '.*[Tt]est(Compile|Runtime)Classpath'

# Windows platform for testing hybrid engines
build-windows:
Expand Down

0 comments on commit 96e93a4

Please sign in to comment.