Skip to content

Commit

Permalink
build: run dependency-submission only on master
Browse files Browse the repository at this point in the history
Signed-off-by: skhokhlov <[email protected]>
  • Loading branch information
skhokhlov committed Aug 9, 2024
1 parent dc80e59 commit 8033dcd
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,3 @@ jobs:
with:
name: assembled-plugin-jdk_${{ matrix.java-version }}
path: build/

dependency-submission:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Setup Java
uses: actions/[email protected]
with:
distribution: 'temurin'
java-version: 8
- name: Generate and submit dependency graph
uses: gradle/actions/[email protected]

0 comments on commit 8033dcd

Please sign in to comment.