Skip to content

Commit

Permalink
ci: move dependency graph report job to main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospereira committed Jul 5, 2024
1 parent 5611cde commit f7bdec2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 36 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,16 @@ jobs:
# See https://github.com/orgs/community/discussions/8226.
run: echo "tagName=v$(date '+%Y%m%d.%H%M.%S')" >> "$GITHUB_OUTPUT"

gh-dependency-graph:
name: Generate and Submit Dependency Graph
runs-on: ubuntu-latest
needs:
- generate-tag-name
steps:
- uses: actions/checkout@v4
- uses: ./.github/gradle-action
- uses: gradle/actions/dependency-submission@v3

create-release:
name: Creates a GitHub Release
runs-on: ubuntu-latest
Expand Down
36 changes: 0 additions & 36 deletions .github/workflows/main.yml

This file was deleted.

0 comments on commit f7bdec2

Please sign in to comment.