Skip to content

Commit

Permalink
ci: make action fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
horriblename committed Nov 23, 2024
1 parent 21852b9 commit 3b8f203
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pin-latest-hyprland.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
extra-trusted-public-keys = hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=
- name: Update pins
run: |
set -eu
./scripts/ci/pin-latest-hyprland main
if git diff --quiet hyprpm.toml; then # no changes
exit 0
Expand Down

0 comments on commit 3b8f203

Please sign in to comment.