ci: don't trigger workflows if another one is modified
This commit is contained in:
parent
9fcffa7169
commit
f936395581
2
.github/workflows/cachix.yaml
vendored
2
.github/workflows/cachix.yaml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
- 'pkgs/**'
|
||||
- 'flake.nix'
|
||||
- 'flake.lock'
|
||||
- '.github/workflows/*'
|
||||
- '.github/workflows/cachix.yaml'
|
||||
jobs:
|
||||
format-check:
|
||||
name: Format check
|
||||
|
|
2
.github/workflows/nur-update.yaml
vendored
2
.github/workflows/nur-update.yaml
vendored
|
@ -5,7 +5,7 @@ on:
|
|||
- 'main'
|
||||
paths:
|
||||
- 'pkgs/**'
|
||||
- '.github/workflows/*'
|
||||
- '.github/workflows/nur-update.yaml'
|
||||
|
||||
jobs:
|
||||
update-nur:
|
||||
|
|
Loading…
Reference in a new issue