From 452a1cd25256d6288f7b2895e3238283f329929a Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Sat, 14 Sep 2024 13:15:07 +0200 Subject: [PATCH] ci: add dependencies between PR jobs --- .gitea/workflows/pull-request-open.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/pull-request-open.yml b/.gitea/workflows/pull-request-open.yml index 5037893..264c8d0 100644 --- a/.gitea/workflows/pull-request-open.yml +++ b/.gitea/workflows/pull-request-open.yml @@ -36,6 +36,7 @@ jobs: run-tests: name: Run tests runs-on: ubuntu-latest + needs: commit-history-check steps: - name: Checkout uses: actions/checkout@v4