We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07f39a commit cd869baCopy full SHA for cd869ba
1 file changed
.github/workflows/currency-build.yaml
@@ -1016,7 +1016,21 @@ jobs:
1016
1017
final_summary:
1018
name: Final Summary Stage
1019
- needs: [build, source_scanner]
+ needs:
1020
+ - build
1021
+ - source_scanner
1022
+ - wheel_build_py39
1023
+ - wheel_build_py310
1024
+ - wheel_build_py311
1025
+ - wheel_build_py312
1026
+ - wheel_build_py313
1027
+ - wheel_build_py314
1028
+
1029
+ if: |
1030
+ always() &&
1031
+ needs.build.result == 'success' &&
1032
+ needs.source_scanner.result == 'success'
1033
1034
runs-on: ubuntu-24.04-ppc64le-p10
1035
steps:
1036
- name: Checkout code
0 commit comments