Skip to content

Commit

Permalink
Disable fail-fast on nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nbdd0121 committed May 27, 2024
1 parent 472570d commit 5261f97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ on:
description: GitHub actions runner to use
default: nixos-23.11
type: string
fail-fast:
description: Fail fast if any package fails
default: true
type: boolean

jobs:
build-plan:
Expand Down Expand Up @@ -85,6 +89,7 @@ jobs:
strategy:
matrix:
attr: ${{fromJSON(needs.build-plan.outputs.attrs)}}
fail-fast: ${{ inputs.fail-fast }}
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ jobs:
with:
system: ${{ matrix.system }}
runs-on: ${{ matrix.runs-on }}
fail-fast: false
secrets: inherit

0 comments on commit 5261f97

Please sign in to comment.