Ommit rules for building base image

Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
This commit is contained in:
Víctor Mayoral Vilches 2025-01-10 15:13:02 +00:00
parent b7ca986e61
commit fba353220a
2 changed files with 8 additions and 8 deletions

View File

@ -19,7 +19,7 @@ include:
- project: 'aliasrobotics/alias_research/cai'
ref: main
file:
- 'ci/build/.build.yml' # build
- 'ci/build/.build.yml' # build
#- 'ci/setup/.setup.yml' # setup
- 'ci/test/.test.yml' # test
#- 'ci/ctfs/.ctf.yml' # ctf

View File

@ -39,10 +39,10 @@
tags: # local runners won't have the right configuration
- p40
- x86
rules:
- if: '$CI_COMMIT_BRANCH'
changes:
- .devcontainer/Dockerfile
- ci/build/**/*
when: on_success
- when: never
# rules:
# - if: '$CI_COMMIT_BRANCH'
# changes:
# - .devcontainer/Dockerfile
# - ci/build/**/*
# when: on_success
# - when: never