mirror of
https://github.com/ivuorinen/docker-php-with-imagick-multi.git
synced 2026-02-08 00:46:19 +00:00
Don't cancel others if one job fails
This commit is contained in:
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
@@ -16,10 +16,12 @@ env:
|
|||||||
IMAGE_NAME: ${{ github.repository }}
|
IMAGE_NAME: ${{ github.repository }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
BuildAndRelease:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
continue-on-error: true
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
php: [php74, php80, php81, php82]
|
php: [php74, php80, php81, php82]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user