Skip to content

Commit

Permalink
ci: Use paths-ignore instead of paths
Browse files Browse the repository at this point in the history
I'd rather it runs too much than not enough
  • Loading branch information
bigolu committed Jan 24, 2025
1 parent 69e4354 commit c4616ed
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/cache-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,9 @@ on:
push:
branches:
- master
# Only run when the files changed may impact what gets cached. This includes
# files that:
paths:
# Change this action or ones that it calls
- ".github/**"
- "direnv/**"
- "default.nix"
# Change the packages used
- "flake.nix"
- "nix/**"
# Change the versions of the packages
- "flake.lock"
paths-ignore:
- dotfiles/**
- gozip/**
defaults:
run:
shell: ci-bash {0}
Expand Down

0 comments on commit c4616ed

Please sign in to comment.