Skip to content

Commit a7f5337

Browse files
authored
Summarize warnings should run after all tests produced warnings (apache#56797)
1 parent b65ce68 commit a7f5337

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/ci-amd.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,20 @@ jobs:
935935
summarize-warnings:
936936
timeout-minutes: 15
937937
name: "Summarize warnings"
938-
needs: [build-info]
938+
needs:
939+
- tests-mysql-core
940+
- tests-mysql-providers
941+
- tests-non-db-core
942+
- tests-non-db-providers
943+
- tests-postgres-core
944+
- tests-postgres-providers
945+
- tests-sqlite-core
946+
- tests-sqlite-providers
947+
- tests-task-sdk
948+
- tests-airflow-ctl
949+
- tests-special
950+
- tests-with-lowest-direct-resolution-core
951+
- tests-with-lowest-direct-resolution-providers
939952
runs-on: ${{ fromJSON(needs.build-info.outputs.amd-runners) }}
940953
if: needs.build-info.outputs.run-unit-tests == 'true'
941954
steps:

0 commit comments

Comments
 (0)