We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d21829 commit 820e669Copy full SHA for 820e669
2 files changed
.github/workflows/approved_status.yml
@@ -35,4 +35,3 @@ jobs:
35
with:
36
github-token: ${{ steps.get_token.outputs.token }}
37
repo: datadog-api-spec
38
- context: datadog-api-client-python/master
.github/workflows/test.yml
@@ -153,4 +153,4 @@ jobs:
153
154
155
status: ${{ (needs.test.result == 'cancelled' || needs.examples.result == 'cancelled') && 'pending' || needs.test.result == 'success' && needs.examples.result == 'success' && 'success' || 'failure' }}
156
- context: master/unit
+ context: unit
0 commit comments