We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b65ce68 commit a7f5337Copy full SHA for a7f5337
.github/workflows/ci-amd.yml
@@ -935,7 +935,20 @@ jobs:
935
summarize-warnings:
936
timeout-minutes: 15
937
name: "Summarize warnings"
938
- needs: [build-info]
+ 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
952
runs-on: ${{ fromJSON(needs.build-info.outputs.amd-runners) }}
953
if: needs.build-info.outputs.run-unit-tests == 'true'
954
steps:
0 commit comments