Skip to content

Commit 2b63899

Browse files
committed
Change maxAttempts default to 1 to see if tests are flaky
Signed-off-by: Luis Mastrangelo <[email protected]>
1 parent edd6c18 commit 2b63899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/acceptance-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929
maxAttempts:
3030
required: false
3131
type: number
32-
default: 3
32+
default: 1
3333
secrets:
3434
operator_key:
3535
description: 'The ED25519, ECDSA, or DER encoded private key of the operator'

0 commit comments

Comments
 (0)