Skip to content

Commit 01d6e22

Browse files
authored
Use a repository variable for sleep after request (#1142)
1 parent b220201 commit 01d6e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
DD_TEST_CLIENT_APP_KEY: ${{ secrets.DD_CLIENT_APP_KEY }}
6969
DD_TRACE_ANALYTICS_ENABLED: "true"
7070
RECORD: "none"
71-
SLEEP_AFTER_REQUEST: "${{ secrets.SLEEP_AFTER_REQUEST }}"
71+
SLEEP_AFTER_REQUEST: "${{ vars.SLEEP_AFTER_REQUEST }}"
7272
- name: Post failure status check
7373
if: failure() && github.event_name == 'pull_request' && contains(github.event.pull_request.head.ref, 'datadog-api-spec/generated/')
7474
uses: DataDog/github-actions/post-status-check@v2

0 commit comments

Comments
 (0)