Skip to content

Commit 07d43e6

Browse files
committed
Revert "[AAWF-509] Migrate all of the clients to single generator (#2523)"
This reverts commit 91faa46.
1 parent 91faa46 commit 07d43e6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.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-ruby/master

.github/workflows/test.yml

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

0 commit comments

Comments
 (0)