Skip to content

Commit

Permalink
Merge pull request #141 from crazy-max/ci-fix-manual-build
Browse files Browse the repository at this point in the history
ci: disable fail-fast in manual-build workflow
  • Loading branch information
crazy-max authored Aug 5, 2023
2 parents 1667d56 + ad0ffb2 commit d5b853e
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-buildx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
required: false
type: string
fail-fast:
description: 'Cancel all in-progress and queued jobs in the matrix if any job in the matrix fails'
description: 'Fail fast'
default: true
required: false
type: boolean
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
required: false
type: string
fail-fast:
description: 'Cancel all in-progress and queued jobs in the matrix if any job in the matrix fails'
description: 'Fail fast'
default: true
required: false
type: boolean
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-containerd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
required: false
type: string
fail-fast:
description: 'Cancel all in-progress and queued jobs in the matrix if any job in the matrix fails'
description: 'Fail fast'
default: true
required: false
type: boolean
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-credential-helpers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
required: false
type: string
fail-fast:
description: 'Cancel all in-progress and queued jobs in the matrix if any job in the matrix fails'
description: 'Fail fast'
default: true
required: false
type: boolean
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
required: false
type: string
fail-fast:
description: 'Cancel all in-progress and queued jobs in the matrix if any job in the matrix fails'
description: 'Fail fast'
default: true
required: false
type: boolean
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
required: false
type: string
fail-fast:
description: 'Cancel all in-progress and queued jobs in the matrix if any job in the matrix fails'
description: 'Fail fast'
default: true
required: false
type: boolean
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
required: false
type: string
fail-fast:
description: 'Cancel all in-progress and queued jobs in the matrix if any job in the matrix fails'
description: 'Fail fast'
default: true
required: false
type: boolean
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
required: false
type: string
fail-fast:
description: 'Cancel all in-progress and queued jobs in the matrix if any job in the matrix fails'
description: 'Fail fast'
default: true
required: false
type: boolean
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/manual-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
required: false
type: string
fail-fast:
description: 'Cancel all in-progress and queued jobs in the matrix if any job in the matrix fails'
description: 'Fail fast'
required: false
type: boolean

Expand Down Expand Up @@ -54,6 +54,7 @@ jobs:
strategy:
matrix:
project: ${{ fromJson(needs.prepare.outputs.matrix) }}
fail-fast: false
with:
name: ${{ matrix.project }}
secrets: inherit

0 comments on commit d5b853e

Please sign in to comment.