Skip to content

Commit

Permalink
ci: only run nix-build if release was created
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Jun 14, 2024
1 parent b686b22 commit c7cb62b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
nix-build:
name: build nix flakes and push to cachix
needs: [release]
if: ${{ needs.release.outputs.release_created }}
strategy:
matrix:
os: [ubuntu-latest, macos-13, macos-14]
Expand Down

0 comments on commit c7cb62b

Please sign in to comment.