Skip to content

Commit

Permalink
disable fail-fast option in docker build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBardian authored and nyalldawson committed Nov 19, 2022
1 parent 5dc2ab9 commit 5eadfee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docker.yml
Expand Up @@ -51,6 +51,7 @@ jobs:
DOCKER_BUILD_DEPS_FILE: qgis3-qt5-build-deps.dockerfile

strategy:
fail-fast: false
matrix: ${{ fromJSON( needs.define-strategy.outputs.matrix ) }}

steps:
Expand Down

0 comments on commit 5eadfee

Please sign in to comment.