Skip to content

Commit c7cb62b

Browse files
committed
ci: only run nix-build if release was created
1 parent b686b22 commit c7cb62b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
nix-build:
6969
name: build nix flakes and push to cachix
7070
needs: [release]
71+
if: ${{ needs.release.outputs.release_created }}
7172
strategy:
7273
matrix:
7374
os: [ubuntu-latest, macos-13, macos-14]

0 commit comments

Comments
 (0)