projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
227e2fc
)
ci: take CIFuzz's matrix into consideration
author
Frantisek Sumsal
<frantisek@sumsal.cz>
Wed, 10 Nov 2021 19:15:41 +0000
(20:15 +0100)
committer
Luca Boccassi
<luca.boccassi@gmail.com>
Wed, 10 Nov 2021 20:44:24 +0000
(20:44 +0000)
Otherwise the jobs will try to cancel each other out.
Follow-up to
3884837610168e6fb69fc2d5709f6c017a30beb9
.
.github/workflows/cifuzz.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/cifuzz.yml
b/.github/workflows/cifuzz.yml
index 2053c11a0fb72003ca4d54725d2969f3cdf0d290..730bf9d8e659bab740e89c5c34490cd8ae850832 100644
(file)
--- a/
.github/workflows/cifuzz.yml
+++ b/
.github/workflows/cifuzz.yml
@@
-21,7
+21,7
@@
jobs:
runs-on: ubuntu-latest
if: github.repository == 'systemd/systemd'
concurrency:
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: ${{ github.workflow }}-${{
matrix.sanitizer }}-${{
github.ref }}
cancel-in-progress: true
strategy:
fail-fast: false