We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91faa46 commit 07d43e6Copy full SHA for 07d43e6
.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-ruby/master
.github/workflows/test.yml
@@ -139,4 +139,4 @@ jobs:
139
140
141
status: ${{ (needs.test.result == 'cancelled' || needs.examples.result == 'cancelled') && 'pending' || needs.test.result == 'success' && needs.examples.result == 'success' && 'success' || 'failure' }}
142
- context: master/unit
+ context: unit
0 commit comments