projects
/
kconfig-hardened-check.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4925c2a
)
Limit the number of parallel GitHub Action jobs to 3
author
Alexander Popov
<alex.popov@linux.com>
Mon, 6 Mar 2023 17:06:38 +0000
(20:06 +0300)
committer
Alexander Popov
<alex.popov@linux.com>
Mon, 6 Mar 2023 17:06:38 +0000
(20:06 +0300)
That hopefully prevents the error "codecov failed with exit code 255".
.github/workflows/main.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/main.yml
b/.github/workflows/main.yml
index d6b8cfd949fb76ae75f6e101af334e8a973107a1..380bd49c36072fac67c5e4d1ffd3f34336b967d6 100644
(file)
--- a/
.github/workflows/main.yml
+++ b/
.github/workflows/main.yml
@@
-12,7
+12,7
@@
jobs:
runs-on: ubuntu-latest
strategy:
- max-parallel:
4
+ max-parallel:
3
fail-fast: false
matrix:
# Current ubuntu-latest (Ubuntu 22.04) provides the following versions of Python: