Skip to content

Commit

Permalink
add all jobs that fan out.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Apr 6, 2023
1 parent 5fd35bf commit c1d4fb1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/go-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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()) &&
Expand Down

0 comments on commit c1d4fb1

Please sign in to comment.