Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: .github/workflows/
Date: Fri, 20 May 2022 11:14:12
Message-Id: 1653045234.29cb8eb012017aac6bd38088c0a6cbd2a6bcebdb.mgorny@gentoo
1 commit: 29cb8eb012017aac6bd38088c0a6cbd2a6bcebdb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 20 11:13:54 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 20 11:13:54 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=29cb8eb0
7
8 .github: Disable fail-fast on CI
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .github/workflows/ci.yml | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
16 index ad1633a3d..adeb41a77 100644
17 --- a/.github/workflows/ci.yml
18 +++ b/.github/workflows/ci.yml
19 @@ -22,6 +22,7 @@ jobs:
20 - 'pypy-3.7'
21 - 'pypy-3.8'
22 - 'pypy-3.9'
23 + fail-fast: false
24
25 steps:
26 - uses: actions/checkout@v2