Skip to content

Commit dcdd207

Browse files
committed
fix: don't cancel in progress
1 parent e471117 commit dcdd207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
concurrency:
1515
group: wheels
16-
cancel-in-progress: true
16+
cancel-in-progress: false
1717

1818
jobs:
1919
linux:

0 commit comments

Comments
 (0)