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 ad083c3 commit c82fffeCopy full SHA for c82fffe
1 file changed
.github/actions/push_to_test_optim/action.yml
@@ -31,9 +31,10 @@ runs:
31
id: dd-sts
32
if: github.event.pull_request.user.login != 'dependabot[bot]'
33
continue-on-error: true
34
- uses: DataDog/dd-sts-action@7d2d231c02fd54a3da912e582ff87cb995d1fd30 # v1.0.4
+ uses: DataDog/dd-sts-action@639d841c72f15e4e77747bd726ef8105ce971da2 # v1.0.5
35
with:
36
policy: system-tests
37
+ retries: 16
38
39
# https://docs.datadoghq.com/tests/setup/junit_xml/?tab=linux
40
- name: Push results
0 commit comments