-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: consistently run build_sdk for golang (#1267)
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
Showing
3 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -193,6 +193,7 @@ jobs: | |
- python | ||
- dotnet | ||
- java | ||
- go | ||
test-nodejs: | ||
name: Run NodeJS Tests | ||
needs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -193,6 +193,7 @@ jobs: | |
- python | ||
- dotnet | ||
- java | ||
- go | ||
publish: | ||
name: publish | ||
needs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -143,6 +143,7 @@ jobs: | |
- python | ||
- dotnet | ||
- java | ||
- go | ||
prerequisites: | ||
name: prerequisites | ||
runs-on: ubuntu-latest | ||
|