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 a306ef5 commit 62c9018Copy full SHA for 62c9018
.github/workflows/test.yml
@@ -136,4 +136,4 @@ jobs:
136
github-token: ${{ steps.get_token.outputs.token }}
137
repo: datadog-api-spec
138
status: ${{ (needs.test.result == 'cancelled' || needs.examples.result == 'cancelled') && 'pending' || needs.test.result == 'success' && needs.examples.result == 'success' && 'success' || 'failure' }}
139
- context: unit
+ context: master/unit
0 commit comments