Skip to content

Commit 29e3dae

Browse files
committed
Fix workflow
1 parent 32bd871 commit 29e3dae

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/Build.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,6 @@ jobs:
9191
run: |
9292
echo "::error::Check Graphs failed, please update graphs with: ./gradlew updateGraph" && exit 1
9393
94-
# Runs if previous job failed
95-
- name: Generate new Dependency Guard baselines if verification failed and it's a PR
96-
id: dependencyguard_baseline
97-
if: steps.dependencyguard_verify.outcome == 'failure' && github.event_name == 'pull_request'
98-
run: |
99-
./gradlew dependencyGuardBaseline
100-
10194
- name: Push new graphs if available
10295
if: steps.graphs_verify.outcome == 'failure' && github.event_name == 'pull_request'
10396
uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)