mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
Apply suggestion from @getchoo
Co-authored-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
parent
35d8ffe01d
commit
00775ad83c
1 changed files with 5 additions and 1 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -44,10 +44,14 @@ jobs:
|
||||||
|
|
||||||
basic-checks:
|
basic-checks:
|
||||||
name: aggregate basic checks
|
name: aggregate basic checks
|
||||||
|
if: ${{ always() }}
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
needs: [pre-commit-checks, eval]
|
needs: [pre-commit-checks, eval]
|
||||||
steps:
|
steps:
|
||||||
- run: ":" # Dummy step
|
- name: Exit with any errors
|
||||||
|
if: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') }}
|
||||||
|
run: |
|
||||||
|
exit 1
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
needs: basic-checks
|
needs: basic-checks
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue