Skip to content

Commit b25834c

Browse files
[AAWF-509] Migrate all of the clients to single generator (#772)
Co-authored-by: skarimo <[email protected]>
1 parent 0599ab3 commit b25834c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/approved_status.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ jobs:
3535
with:
3636
github-token: ${{ steps.get_token.outputs.token }}
3737
repo: datadog-api-spec
38+
context: datadog-api-client-rust/master

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ jobs:
125125
github-token: ${{ steps.get_token.outputs.token }}
126126
repo: datadog-api-spec
127127
status: ${{ (needs.test.result == 'cancelled' || needs.examples.result == 'cancelled') && 'pending' || needs.test.result == 'success' && needs.examples.result == 'success' && 'success' || 'failure' }}
128-
context: unit
128+
context: master/unit

0 commit comments

Comments
 (0)