Skip to content

Commit 6ece7d8

Browse files
committed
CI: Limit job parallelism
We are seeing random CI failures with: Failed to set execute bit on remote files Limit parallelism in case it is related to concurrent access to the same Docker image.
1 parent 521ea02 commit 6ece7d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
needs: build
4141
strategy:
4242
fail-fast: false
43+
max-parallel: 1
4344
matrix:
4445
image:
4546
- 'rockylinux:8.9'

0 commit comments

Comments
 (0)