From 0f5465ca2b64df65f9350946c51e16324fb52d14 Mon Sep 17 00:00:00 2001 From: Louis Date: Tue, 8 Apr 2025 17:20:53 +0200 Subject: [PATCH] Adding conditionnal CI --- .woodpecker.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 77de73c..296609e 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -9,9 +9,14 @@ steps: - pdflatex --shell-escape cv.tex - pdflatex --shell-escape cv.tex # Exécuter deux fois pour gérer les références croisées - cat cv.log + when: + - path: + include: ["*.tex"] - name: deploy image: *GIT_VERSION + depends_on: + - build_tex commands: - mkdir -p ~/.ssh - chmod 700 ~/.ssh