From 859aa23752eff7275dd5f45f7d0b3b7a1ca78374 Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Thu, 5 Nov 2020 18:53:56 +0100 Subject: [PATCH] ci: remove 'changes' from prebuild --- ci/prebuild.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/ci/prebuild.yml b/ci/prebuild.yml index 8ca653b8e..33d53822a 100644 --- a/ci/prebuild.yml +++ b/ci/prebuild.yml @@ -4,39 +4,16 @@ style prebuild: stage: prebuild variables: GIT_SUBMODULE_STRATEGY: "none" - only: - changes: - - .gitlab-ci.yml - - ci/**/* - - "**/*.c" - - "**/*.h" - - "**/*.py" script: - nix-shell --run "poetry run make style_check" common prebuild: stage: prebuild - only: - changes: - - .gitlab-ci.yml - - ci/**/* - - "**/*.json" - - "**/*.proto" script: - nix-shell --run "poetry run make defs_check" gen prebuild: stage: prebuild - only: - changes: - - .gitlab-ci.yml - - ci/**/* - - "**/*.c" - - "**/*.h" - - "**/*.json" - - "**/*.proto" - - "**/*.py" - - "**/*.pyi" script: - nix-shell --run "poetry run make gen_check"