Merge pull request #399 from tobiasge/prevent-edge-from-failing

Prevent "alpine:edge" from failling the workflow
This commit is contained in:
Tobias Genannt
2021-01-20 13:14:09 +01:00
committed by GitHub

View File

@ -10,6 +10,7 @@ on:
jobs: jobs:
build: build:
continue-on-error: ${{ matrix.docker_from == 'alpine:edge' }}
strategy: strategy:
matrix: matrix:
build_cmd: build_cmd: