ci: only run deployment if the actual config files got updated
This commit is contained in:
parent
042c84c5cc
commit
a24f6ddb59
1 changed files with 6 additions and 0 deletions
|
@ -74,6 +74,12 @@ update:
|
||||||
- *scripts_base
|
- *scripts_base
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_PROJECT_NAMESPACE == "compsoc1/skynet" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
- if: '$CI_PROJECT_NAMESPACE == "compsoc1/skynet" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||||
|
changes:
|
||||||
|
- flake.nix
|
||||||
|
- flake.lock
|
||||||
|
- applications/**/*
|
||||||
|
- machines/**/*
|
||||||
|
- secrets/**/*
|
||||||
|
|
||||||
build:
|
build:
|
||||||
<<: *builder
|
<<: *builder
|
||||||
|
|
Loading…
Reference in a new issue