diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index 1e67aefbb..4f0ee9fe8 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -91,13 +91,6 @@ jobs: run: | echo "::error::Check Graphs failed, please update graphs with: ./gradlew updateGraph" && exit 1 - # Runs if previous job failed - - name: Generate new Dependency Guard baselines if verification failed and it's a PR - id: dependencyguard_baseline - if: steps.dependencyguard_verify.outcome == 'failure' && github.event_name == 'pull_request' - run: | - ./gradlew dependencyGuardBaseline - - name: Push new graphs if available if: steps.graphs_verify.outcome == 'failure' && github.event_name == 'pull_request' uses: stefanzweifel/git-auto-commit-action@v5