Skip to content

Commit 1a65b0b

Browse files
committed
Test: reduce attempt to 1
1 parent ad0016b commit 1a65b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
uses: nick-fields/retry@v3
103103
with:
104104
timeout_minutes: 360
105-
max_attempts: 2
105+
max_attempts: 1
106106
command: |
107107
ansible-playbook -i ansible/inventory \
108108
ansible/test-pulp-repo-version-query.yml \

0 commit comments

Comments
 (0)