ci: always disable fail-fast
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
1
.github/workflows/ci-main.yml
vendored
1
.github/workflows/ci-main.yml
vendored
@ -20,6 +20,7 @@ env:
|
||||
jobs:
|
||||
lint:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
job:
|
||||
- pylint
|
||||
|
||||
1
.github/workflows/ci-outpost.yml
vendored
1
.github/workflows/ci-outpost.yml
vendored
@ -35,6 +35,7 @@ jobs:
|
||||
needs:
|
||||
- lint-golint
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
type:
|
||||
- proxy
|
||||
|
||||
4
.github/workflows/release-publish.yml
vendored
4
.github/workflows/release-publish.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
arch:
|
||||
- 'linux/amd64'
|
||||
- 'linux/arm64'
|
||||
# - 'linux/arm/v7'
|
||||
- 'linux/arm/v7'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up QEMU
|
||||
@ -63,7 +63,7 @@ jobs:
|
||||
arch:
|
||||
- 'linux/amd64'
|
||||
- 'linux/arm64'
|
||||
# - 'linux/arm/v7'
|
||||
- 'linux/arm/v7'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2
|
||||
|
||||
Reference in New Issue
Block a user