Skip to content

Commit c88f86a

Browse files
authored
Add build-info to summarize-warnings prerequisites (apache#56850)
Accidentally removed when adding test dependencies, but it is needed - otherwise it ses "runs-on" as empty and makes the job fail.
1 parent 134af4f commit c88f86a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-amd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -934,6 +934,7 @@ jobs:
934934
timeout-minutes: 15
935935
name: "Summarize warnings"
936936
needs:
937+
- build-info
937938
- tests-mysql-core
938939
- tests-mysql-providers
939940
- tests-non-db-core

0 commit comments

Comments
 (0)