Skip to content

Commit

Permalink
Add success job
Browse files Browse the repository at this point in the history
  • Loading branch information
turion committed Jan 5, 2024
1 parent fc32078 commit 64052d2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,14 @@ jobs:
run: nix develop -c cabal test all
# nix flake check breaks on IFD in multi-platform flake https://github.com/NixOS/nix/issues/4265
# - run: nix flake check

success:
name: Success
needs:
- build-cabal
- build-flake
- build-stack
runs-on:
- ubuntu-latest
steps:
- run: echo "Success"

0 comments on commit 64052d2

Please sign in to comment.