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 b220201 commit 01d6e22Copy full SHA for 01d6e22
.github/workflows/test_integration.yml
@@ -68,7 +68,7 @@ jobs:
68
DD_TEST_CLIENT_APP_KEY: ${{ secrets.DD_CLIENT_APP_KEY }}
69
DD_TRACE_ANALYTICS_ENABLED: "true"
70
RECORD: "none"
71
- SLEEP_AFTER_REQUEST: "${{ secrets.SLEEP_AFTER_REQUEST }}"
+ SLEEP_AFTER_REQUEST: "${{ vars.SLEEP_AFTER_REQUEST }}"
72
- name: Post failure status check
73
if: failure() && github.event_name == 'pull_request' && contains(github.event.pull_request.head.ref, 'datadog-api-spec/generated/')
74
uses: DataDog/github-actions/post-status-check@v2
0 commit comments