From d1ba05bd4c9f7fbdf4077af6b8625dff24cef263 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Sat, 28 Oct 2023 18:26:00 +0200 Subject: [PATCH] WIP: test CI --- .forgejo/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 01c8f07..6cbe756 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -20,6 +20,7 @@ jobs: - run: echo "Job ended with status '${{ job.status }}'." tests: + needs: synchro runs-on: linux_amd64 steps: - name: Syntax & validity checks @@ -41,6 +42,7 @@ jobs: true deploiement: + needs: tests runs-on: linux_amd64 steps: - name: Build html files