Skip to content

Commit

Permalink
disable sbt-dependency-submission in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-kai committed Apr 24, 2024
1 parent 76d2357 commit 73f898a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -43,7 +43,8 @@ jobs:
path: '**/target/test-reports/TEST-*.xml'
reporter: java-junit
- name: Upload dependency graph
uses: scalacenter/sbt-dependency-submission
if: needs.checksecret.outputs.HAVE_SECRETS == 'true'
uses: scalacenter/sbt-dependency-submission@d3f139371479f7d3ca3db160b9b536cb4f9dcdd5
publish-artifacts:
runs-on: ubuntu-latest
needs: [ 'build', 'checksecret' ]
Expand Down

0 comments on commit 73f898a

Please sign in to comment.