Skip to content

Commit

Permalink
Consistently run build_sdk for Go
Browse files Browse the repository at this point in the history
The build_sdk matrix was running for Go in some scenarios but not on cron, master, release. Specifically for release.yml
this caused release failures since the workflows now assume that there is a step generating go.sdk.tar.gz artifact.
  • Loading branch information
t0yv0 committed Jul 19, 2024
1 parent 7c4d632 commit 4fe731a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ jobs:
- python
- dotnet
- java
- go
test-nodejs:
name: Run NodeJS Tests
needs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ jobs:
- python
- dotnet
- java
- go
publish:
name: publish
needs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:
- python
- dotnet
- java
- go
prerequisites:
name: prerequisites
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4fe731a

Please sign in to comment.