add all jobs that fan out.

jm/success
John Murret 2023-04-06 11:43:03 -06:00
parent 5fd35bf7b8
commit c1d4fb1fd0
1 changed files with 8 additions and 0 deletions

View File

@ -379,8 +379,15 @@ jobs:
go-tests-success:
needs:
- check-generated-deep-copy
- check-generated-protobuf
- check-go-mod
- lint-consul-retry
- lint-container-test-deps
- lint-enums
- lint
- lint-32bit
# - go-test-arm64
- go-test-enterprise
- go-test-oss
- go-test-race
@ -390,6 +397,7 @@ jobs:
- go-test-api-1-20
- go-test-sdk-1-19
- go-test-sdk-1-20
- go-test-32bit
runs-on: ${{ fromJSON(needs.setup.outputs.compute-small) }}
if: |
(always() && ! cancelled()) &&