Skip to content

Commit c82fffe

Browse files
authored
Update dd-stts-action and use 16 retries (#7263)
1 parent ad083c3 commit c82fffe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actions/push_to_test_optim/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ runs:
3131
id: dd-sts
3232
if: github.event.pull_request.user.login != 'dependabot[bot]'
3333
continue-on-error: true
34-
uses: DataDog/dd-sts-action@7d2d231c02fd54a3da912e582ff87cb995d1fd30 # v1.0.4
34+
uses: DataDog/dd-sts-action@639d841c72f15e4e77747bd726ef8105ce971da2 # v1.0.5
3535
with:
3636
policy: system-tests
37+
retries: 16
3738

3839
# https://docs.datadoghq.com/tests/setup/junit_xml/?tab=linux
3940
- name: Push results

0 commit comments

Comments
 (0)