Skip to content

Commit 553d7b1

Browse files
committed
🐛 fix pull-request action
1 parent d9d3b5c commit 553d7b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
uses: mindee/mindee-api-java/.github/workflows/_static-analysis.yml@main
99
build:
1010
uses: mindee/mindee-api-java/.github/workflows/_build.yml@main
11-
needs: checkstyle
11+
needs: static_analysis
1212
secrets: inherit
1313
codeql:
1414
uses: mindee/mindee-api-java/.github/workflows/_codeql.yml@main

0 commit comments

Comments
 (0)