Skip to content

Commit

Permalink
submit dependencies only on main
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Oct 28, 2024
1 parent fa7d75c commit fd6a397
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quality-assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ jobs:
run: ./gradlew build

dependency-submission:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ plugins {
// plugins we use in all gradle projects
id("build-logic.build-params")
id("com.github.vlsi.gradle-extensions")
id("com.github.vlsi.crlf")
// enable to analyse task dependencies
// id("com.dorongold.task-tree")
}

0 comments on commit fd6a397

Please sign in to comment.