Skip to content

Commit 820e669

Browse files
committed
Revert "[AAWF-509] Migrate all of the clients to single generator (#2692)"
This reverts commit 518e137.
1 parent 6d21829 commit 820e669

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/approved_status.yml

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

.github/workflows/test.yml

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

0 commit comments

Comments
 (0)