Skip to content

Commit 2864476

Browse files
authored
ci(generate_prs): Set fail-fast input default value to false (#508)
1 parent 4a829c7 commit 2864476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_prs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
fail-fast:
1919
description: "Fail fast (if one job fails, all other are cancelled)"
2020
type: boolean
21-
default: true
21+
default: false
2222

2323
permissions: {}
2424

0 commit comments

Comments
 (0)