Skip to content

Commit 4518035

Browse files
fix(ci): allow parallel releases
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent 4df88fa commit 4518035

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,8 @@ jobs:
298298
id-token: write
299299
packages: write
300300
strategy:
301-
max-parallel: 1
301+
# NOTE: this is only necessary if releases commit to the repository
302+
# max-parallel: 1
302303
matrix:
303304
package:
304305
- name: python-nix-template

0 commit comments

Comments
 (0)