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 401b0a7 commit 6f569bbCopy full SHA for 6f569bb
.github/actions/push_to_test_optim/action.yml
@@ -12,7 +12,7 @@ runs:
12
steps:
13
- name: Install datadog-ci
14
shell: bash
15
- run: npm install -g @datadog/datadog-ci
+ run: npm install -g @datadog/datadog-ci || sleep 60 && npm install -g @datadog/datadog-ci
16
17
- name: checkout owner repo
18
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
0 commit comments